Class KeyColumnRef.Annotation
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.KeyColumnRef.Annotation
- Enclosing class:
- KeyColumnRef
User annotation information for a resource.
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" minOccurs="0" form="unqualified">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="AppInfo" minOccurs="0" form="unqualified">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMachine-readable information about the resource.static classHuman readable information about the resource. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected KeyColumnRef.Annotation.AppInfoprotected KeyColumnRef.Annotation.Description -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the appInfo property.Gets the value of the description property.voidSets the value of the appInfo property.voidSets 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
KeyColumnRef.Annotation.Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isKeyColumnRef.Annotation.Description
-
getAppInfo
Gets the value of the appInfo property.- Returns:
- possible object is
KeyColumnRef.Annotation.AppInfo
-
setAppInfo
Sets the value of the appInfo property.- Parameters:
value- allowed object isKeyColumnRef.Annotation.AppInfo
-