Class ColumnSet

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

public class ColumnSet extends Object
Definition of a column set.

Java class for ColumnSet complex type.

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

 <complexType name="ColumnSet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}ColumnSetContent"/>
       <attGroup ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}DefaultDatatypeLibrary"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • columnChoice

      protected List<Object> columnChoice
    • keyChoice

      protected List<Object> keyChoice
    • datatypeLibrary

      protected String datatypeLibrary
  • Constructor Details

    • ColumnSet

      public ColumnSet()
  • Method Details

    • getColumnChoice

      public List<Object> getColumnChoice()
      A choice between a column definition and a column reference.Gets the value of the columnChoice 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 columnChoice property.

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

          getColumnChoice().add(newItem);
       

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

    • getKeyChoice

      public List<Object> getKeyChoice()
      A choice between a key definition and a key reference.Gets the value of the keyChoice 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 keyChoice property.

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

          getKeyChoice().add(newItem);
       

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

    • getDatatypeLibrary

      public String getDatatypeLibrary()
      Gets the value of the datatypeLibrary property.
      Returns:
      possible object is String
    • setDatatypeLibrary

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