Class InputCodeList

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

public class InputCodeList extends Object
Input code list for a code list filter or union.

Java class for InputCodeList complex type.

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

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

  • Constructor Details

    • InputCodeList

      public InputCodeList()
  • Method Details

    • getSimpleCodeList

      public SimpleCodeList getSimpleCodeList()
      Gets the value of the simpleCodeList property.
      Returns:
      possible object is SimpleCodeList
    • setSimpleCodeList

      public void setSimpleCodeList(SimpleCodeList value)
      Sets the value of the simpleCodeList property.
      Parameters:
      value - allowed object is SimpleCodeList
    • getDerivedCodeList

      public DerivedCodeList getDerivedCodeList()
      Gets the value of the derivedCodeList property.
      Returns:
      possible object is DerivedCodeList
    • setDerivedCodeList

      public void setDerivedCodeList(DerivedCodeList value)
      Sets the value of the derivedCodeList property.
      Parameters:
      value - allowed object is DerivedCodeList
    • getCodeListRef

      public CodeListRef getCodeListRef()
      Gets the value of the codeListRef property.
      Returns:
      possible object is CodeListRef
    • setCodeListRef

      public void setCodeListRef(CodeListRef value)
      Sets the value of the codeListRef property.
      Parameters:
      value - allowed object is CodeListRef