Class Annotation

java.lang.Object
org.genericode.xml._2004.ns.codelist._0.Annotation

public class Annotation extends Object
User annotation information for a resource.

Java class for Annotation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Annotation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Description" type="{http://xml.genericode.org/2004/ns/CodeList/0.2/}AnyOtherContent" minOccurs="0"/>
         <element name="AppInfo" type="{http://xml.genericode.org/2004/ns/CodeList/0.2/}AnyOtherContent" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Annotation

      public Annotation()
  • Method Details