Class InputCodeList
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.InputCodeList
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CodeListRefprotected DerivedCodeListprotected SimpleCodeList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the codeListRef property.Gets the value of the derivedCodeList property.Gets the value of the simpleCodeList property.voidsetCodeListRef(CodeListRef value) Sets the value of the codeListRef property.voidSets the value of the derivedCodeList property.voidsetSimpleCodeList(SimpleCodeList value) Sets the value of the simpleCodeList property.
-
Field Details
-
simpleCodeList
-
derivedCodeList
-
codeListRef
-
-
Constructor Details
-
InputCodeList
public InputCodeList()
-
-
Method Details
-
getSimpleCodeList
Gets the value of the simpleCodeList property.- Returns:
- possible object is
SimpleCodeList
-
setSimpleCodeList
Sets the value of the simpleCodeList property.- Parameters:
value- allowed object isSimpleCodeList
-
getDerivedCodeList
Gets the value of the derivedCodeList property.- Returns:
- possible object is
DerivedCodeList
-
setDerivedCodeList
Sets the value of the derivedCodeList property.- Parameters:
value- allowed object isDerivedCodeList
-
getCodeListRef
Gets the value of the codeListRef property.- Returns:
- possible object is
CodeListRef
-
setCodeListRef
Sets the value of the codeListRef property.- Parameters:
value- allowed object isCodeListRef
-