Class Annotation
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.Annotation
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the appInfo property.Gets the value of the description property.voidsetAppInfo(AnyOtherContent value) Sets the value of the appInfo property.voidsetDescription(AnyOtherContent value) Sets the value of the description property.
-
Field Details
-
description
-
appInfo
-
-
Constructor Details
-
Annotation
public Annotation()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
AnyOtherContent
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isAnyOtherContent
-
getAppInfo
Gets the value of the appInfo property.- Returns:
- possible object is
AnyOtherContent
-
setAppInfo
Sets the value of the appInfo property.- Parameters:
value- allowed object isAnyOtherContent
-