Package uk.org.siri.siri21
Class ValueSet
- java.lang.Object
-
- uk.org.siri.siri21.ValueSet
-
- All Implemented Interfaces:
Serializable
public class ValueSet extends Object implements Serializable
Type for a VALUE SET. Used to define open classifications of value types. +SIRI v2.1Java class for ValueSetStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueSetStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ValueSetCode" type="{http://www.siri.org.uk/siri}ValueSetCodeType"/> <element name="ClassOfValues" type="{http://www.siri.org.uk/siri}NameOfClassType"/> <group ref="{http://www.siri.org.uk/siri}ValueSetGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringclassOfValuesprotected NaturalLanguageStringStructurenameprotected ValuesStructurevaluesprotected StringvalueSetCode
-
Constructor Summary
Constructors Constructor Description ValueSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassOfValues()Gets the value of the classOfValues property.NaturalLanguageStringStructuregetName()Gets the value of the name property.ValuesStructuregetValues()Gets the value of the values property.StringgetValueSetCode()Gets the value of the valueSetCode property.voidsetClassOfValues(String value)Sets the value of the classOfValues property.voidsetName(NaturalLanguageStringStructure value)Sets the value of the name property.voidsetValues(ValuesStructure value)Sets the value of the values property.voidsetValueSetCode(String value)Sets the value of the valueSetCode property.
-
-
-
Field Detail
-
valueSetCode
protected String valueSetCode
-
classOfValues
protected String classOfValues
-
name
protected NaturalLanguageStringStructure name
-
values
protected ValuesStructure values
-
-
Method Detail
-
getValueSetCode
public String getValueSetCode()
Gets the value of the valueSetCode property.- Returns:
- possible object is
String
-
setValueSetCode
public void setValueSetCode(String value)
Sets the value of the valueSetCode property.- Parameters:
value- allowed object isString
-
getClassOfValues
public String getClassOfValues()
Gets the value of the classOfValues property.- Returns:
- possible object is
String
-
setClassOfValues
public void setClassOfValues(String value)
Sets the value of the classOfValues property.- Parameters:
value- allowed object isString
-
getName
public NaturalLanguageStringStructure getName()
Gets the value of the name property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setName
public void setName(NaturalLanguageStringStructure value)
Sets the value of the name property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getValues
public ValuesStructure getValues()
Gets the value of the values property.- Returns:
- possible object is
ValuesStructure
-
setValues
public void setValues(ValuesStructure value)
Sets the value of the values property.- Parameters:
value- allowed object isValuesStructure
-
-