Package uk.org.siri.siri21
Class TypeOfValue
- java.lang.Object
-
- uk.org.siri.siri21.TypeOfValue
-
- All Implemented Interfaces:
Serializable
public class TypeOfValue extends Object implements Serializable
Type for a TYPE OF VALUE. Used to define open classifications of value types. +SIRI v2.1Java class for TypeOfValueStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TypeOfValueStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TypeOfValueCode" type="{http://www.siri.org.uk/siri}TypeOfValueCodeType"/> <element name="NameOfClass" type="{http://www.siri.org.uk/siri}NameOfClassType"/> <group ref="{http://www.siri.org.uk/siri}TypeOfValueGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NaturalLanguageStringStructuredescriptionprotected Stringimageprotected NaturalLanguageStringStructurenameprotected StringnameOfClassprotected StringprivateCodeprotected NaturalLanguageStringStructureshortNameprotected StringtypeOfValueCodeprotected Stringurl
-
Constructor Summary
Constructors Constructor Description TypeOfValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaturalLanguageStringStructuregetDescription()Gets the value of the description property.StringgetImage()Gets the value of the image property.NaturalLanguageStringStructuregetName()Gets the value of the name property.StringgetNameOfClass()Gets the value of the nameOfClass property.StringgetPrivateCode()Gets the value of the privateCode property.NaturalLanguageStringStructuregetShortName()Gets the value of the shortName property.StringgetTypeOfValueCode()Gets the value of the typeOfValueCode property.StringgetUrl()Gets the value of the url property.voidsetDescription(NaturalLanguageStringStructure value)Sets the value of the description property.voidsetImage(String value)Sets the value of the image property.voidsetName(NaturalLanguageStringStructure value)Sets the value of the name property.voidsetNameOfClass(String value)Sets the value of the nameOfClass property.voidsetPrivateCode(String value)Sets the value of the privateCode property.voidsetShortName(NaturalLanguageStringStructure value)Sets the value of the shortName property.voidsetTypeOfValueCode(String value)Sets the value of the typeOfValueCode property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
typeOfValueCode
protected String typeOfValueCode
-
nameOfClass
protected String nameOfClass
-
name
protected NaturalLanguageStringStructure name
-
shortName
protected NaturalLanguageStringStructure shortName
-
description
protected NaturalLanguageStringStructure description
-
image
protected String image
-
url
protected String url
-
privateCode
protected String privateCode
-
-
Method Detail
-
getTypeOfValueCode
public String getTypeOfValueCode()
Gets the value of the typeOfValueCode property.- Returns:
- possible object is
String
-
setTypeOfValueCode
public void setTypeOfValueCode(String value)
Sets the value of the typeOfValueCode property.- Parameters:
value- allowed object isString
-
getNameOfClass
public String getNameOfClass()
Gets the value of the nameOfClass property.- Returns:
- possible object is
String
-
setNameOfClass
public void setNameOfClass(String value)
Sets the value of the nameOfClass 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
-
getShortName
public NaturalLanguageStringStructure getShortName()
Gets the value of the shortName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setShortName
public void setShortName(NaturalLanguageStringStructure value)
Sets the value of the shortName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getDescription
public NaturalLanguageStringStructure getDescription()
Gets the value of the description property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDescription
public void setDescription(NaturalLanguageStringStructure value)
Sets the value of the description property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getImage
public String getImage()
Gets the value of the image property.- Returns:
- possible object is
String
-
setImage
public void setImage(String value)
Sets the value of the image property.- Parameters:
value- allowed object isString
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value- allowed object isString
-
getPrivateCode
public String getPrivateCode()
Gets the value of the privateCode property.- Returns:
- possible object is
String
-
-