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

public class KeyRef extends Object
Reference to a key defined in an external column set or code list.

Java class for KeyRef complex type.

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

 <complexType name="KeyRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Annotation" type="{http://xml.genericode.org/2004/ns/CodeList/0.2/}Annotation" minOccurs="0"/>
         <group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}IdentificationUriSet"/>
       </sequence>
       <attGroup ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}ExternalReference"/>
       <attGroup ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}IdDefinition"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • annotation

      protected Annotation annotation
    • canonicalUri

      protected String canonicalUri
    • canonicalVersionUri

      protected String canonicalVersionUri
    • locationUri

      protected List<String> locationUri
    • externalRef

      protected String externalRef
    • id

      protected String id
  • Constructor Details

    • KeyRef

      public KeyRef()
  • Method Details

    • getAnnotation

      public Annotation getAnnotation()
      Gets the value of the annotation property.
      Returns:
      possible object is Annotation
    • setAnnotation

      public void setAnnotation(Annotation value)
      Sets the value of the annotation property.
      Parameters:
      value - allowed object is Annotation
    • getCanonicalUri

      public String getCanonicalUri()
      Gets the value of the canonicalUri property.
      Returns:
      possible object is String
    • setCanonicalUri

      public void setCanonicalUri(String value)
      Sets the value of the canonicalUri property.
      Parameters:
      value - allowed object is String
    • getCanonicalVersionUri

      public String getCanonicalVersionUri()
      Gets the value of the canonicalVersionUri property.
      Returns:
      possible object is String
    • setCanonicalVersionUri

      public void setCanonicalVersionUri(String value)
      Sets the value of the canonicalVersionUri property.
      Parameters:
      value - allowed object is String
    • getLocationUri

      public List<String> getLocationUri()
      Gets the value of the locationUri property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the locationUri property.

      For example, to add a new item, do as follows:

          getLocationUri().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getExternalRef

      public String getExternalRef()
      Gets the value of the externalRef property.
      Returns:
      possible object is String
    • setExternalRef

      public void setExternalRef(String value)
      Sets the value of the externalRef property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String