Package uk.org.siri.siri14
Class EasementsStructure
- java.lang.Object
-
- uk.org.siri.siri14.EasementsStructure
-
- All Implemented Interfaces:
Serializable
public class EasementsStructure extends Object implements Serializable
Type for easement info.Java class for EasementsStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EasementsStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TicketRestrictions" type="{http://www.siri.org.uk/siri}TicketRestrictionEnumeration" minOccurs="0"/> <element name="Easement" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/> <element name="EasementRef" type="{http://www.siri.org.uk/siri}NaturalLanguagePlaceNameStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NaturalLanguageStringStructureeasementprotected NaturalLanguagePlaceNameStructureeasementRefprotected TicketRestrictionEnumerationticketRestrictions
-
Constructor Summary
Constructors Constructor Description EasementsStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaturalLanguageStringStructuregetEasement()Gets the value of the easement property.NaturalLanguagePlaceNameStructuregetEasementRef()Gets the value of the easementRef property.TicketRestrictionEnumerationgetTicketRestrictions()Gets the value of the ticketRestrictions property.voidsetEasement(NaturalLanguageStringStructure value)Sets the value of the easement property.voidsetEasementRef(NaturalLanguagePlaceNameStructure value)Sets the value of the easementRef property.voidsetTicketRestrictions(TicketRestrictionEnumeration value)Sets the value of the ticketRestrictions property.
-
-
-
Field Detail
-
ticketRestrictions
protected TicketRestrictionEnumeration ticketRestrictions
-
easement
protected NaturalLanguageStringStructure easement
-
easementRef
protected NaturalLanguagePlaceNameStructure easementRef
-
-
Method Detail
-
getTicketRestrictions
public TicketRestrictionEnumeration getTicketRestrictions()
Gets the value of the ticketRestrictions property.- Returns:
- possible object is
TicketRestrictionEnumeration
-
setTicketRestrictions
public void setTicketRestrictions(TicketRestrictionEnumeration value)
Sets the value of the ticketRestrictions property.- Parameters:
value- allowed object isTicketRestrictionEnumeration
-
getEasement
public NaturalLanguageStringStructure getEasement()
Gets the value of the easement property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setEasement
public void setEasement(NaturalLanguageStringStructure value)
Sets the value of the easement property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getEasementRef
public NaturalLanguagePlaceNameStructure getEasementRef()
Gets the value of the easementRef property.- Returns:
- possible object is
NaturalLanguagePlaceNameStructure
-
setEasementRef
public void setEasementRef(NaturalLanguagePlaceNameStructure value)
Sets the value of the easementRef property.- Parameters:
value- allowed object isNaturalLanguagePlaceNameStructure
-
-