Class KeyColumnRef
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.KeyColumnRef
Reference to a column which forms part of a key.
Java class for KeyColumnRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyColumnRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annotation" minOccurs="0" form="unqualified">
<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>
</element>
</sequence>
<attribute name="Ref" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUser annotation information for a resource. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotation property.getRef()Gets the value of the ref property.voidSets the value of the annotation property.voidSets the value of the ref property.
-
Field Details
-
annotation
-
ref
-
-
Constructor Details
-
KeyColumnRef
public KeyColumnRef()
-
-
Method Details
-
getAnnotation
Gets the value of the annotation property.- Returns:
- possible object is
KeyColumnRef.Annotation
-
setAnnotation
Sets the value of the annotation property.- Parameters:
value- allowed object isKeyColumnRef.Annotation
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
Object
-
setRef
Sets the value of the ref property.- Parameters:
value- allowed object isObject
-