Class InputColumnSet

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

public class InputColumnSet extends Object
Input column set for a code list filter.

Java class for InputColumnSet complex type.

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

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

  • Constructor Details

    • InputColumnSet

      public InputColumnSet()
  • Method Details

    • getColumnSet

      public ColumnSet getColumnSet()
      Gets the value of the columnSet property.
      Returns:
      possible object is ColumnSet
    • setColumnSet

      public void setColumnSet(ColumnSet value)
      Sets the value of the columnSet property.
      Parameters:
      value - allowed object is ColumnSet
    • getColumnSetRef

      public ColumnSetRef getColumnSetRef()
      Gets the value of the columnSetRef property.
      Returns:
      possible object is ColumnSetRef
    • setColumnSetRef

      public void setColumnSetRef(ColumnSetRef value)
      Sets the value of the columnSetRef property.
      Parameters:
      value - allowed object is ColumnSetRef