public class CONFIGURATIONType extends Object
Java class for CONFIGURATIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONFIGURATIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}VOCABULARY_NAME"/>
<element ref="{}VOCABULARY_DESCRIPTION"/>
<element name="TERMS" type="{}VOCABULARYTERMType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VOCABULARYTERMType |
terms |
protected String |
vocabularydescription |
protected VOCABULARYNAME |
vocabularyname |
| Constructor and Description |
|---|
CONFIGURATIONType() |
| Modifier and Type | Method and Description |
|---|---|
VOCABULARYTERMType |
getTERMS()
Gets the value of the terms property.
|
String |
getVOCABULARYDESCRIPTION()
Gets the value of the vocabularydescription property.
|
VOCABULARYNAME |
getVOCABULARYNAME()
Gets the value of the vocabularyname property.
|
void |
setTERMS(VOCABULARYTERMType value)
Sets the value of the terms property.
|
void |
setVOCABULARYDESCRIPTION(String value)
Sets the value of the vocabularydescription property.
|
void |
setVOCABULARYNAME(VOCABULARYNAME value)
Sets the value of the vocabularyname property.
|
protected VOCABULARYNAME vocabularyname
protected String vocabularydescription
protected VOCABULARYTERMType terms
public VOCABULARYNAME getVOCABULARYNAME()
VOCABULARYNAMEpublic void setVOCABULARYNAME(VOCABULARYNAME value)
value - allowed object is
VOCABULARYNAMEpublic String getVOCABULARYDESCRIPTION()
Stringpublic void setVOCABULARYDESCRIPTION(String value)
value - allowed object is
Stringpublic VOCABULARYTERMType getTERMS()
VOCABULARYTERMTypepublic void setTERMS(VOCABULARYTERMType value)
value - allowed object is
VOCABULARYTERMTypeCopyright © 2017. All rights reserved.