Package uk.org.siri.siri20
Class DeliveryVariantStructure
- java.lang.Object
-
- uk.org.siri.siri20.DeliveryVariantStructure
-
- All Implemented Interfaces:
Serializable
public class DeliveryVariantStructure extends Object implements Serializable
Type for Delviery Variant +SIRI v2.0Java class for DeliveryVariantStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryVariantStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="VariantType" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/> <element name="Content" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NaturalLanguageStringStructurecontentprotected StringvariantType
-
Constructor Summary
Constructors Constructor Description DeliveryVariantStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaturalLanguageStringStructuregetContent()Gets the value of the content property.StringgetVariantType()Gets the value of the variantType property.voidsetContent(NaturalLanguageStringStructure value)Sets the value of the content property.voidsetVariantType(String value)Sets the value of the variantType property.
-
-
-
Field Detail
-
variantType
protected String variantType
-
content
protected NaturalLanguageStringStructure content
-
-
Method Detail
-
getVariantType
public String getVariantType()
Gets the value of the variantType property.- Returns:
- possible object is
String
-
setVariantType
public void setVariantType(String value)
Sets the value of the variantType property.- Parameters:
value- allowed object isString
-
getContent
public NaturalLanguageStringStructure getContent()
Gets the value of the content property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setContent
public void setContent(NaturalLanguageStringStructure value)
Sets the value of the content property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
-