Class 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" maxOccurs="unbounded" minOccurs="0"/>
             <element name="EasementRef" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • EasementsStructure

        public EasementsStructure()
    • Method Detail

      • getEasements

        public List<NaturalLanguageStringStructure> getEasements()
        Gets the value of the easements property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the easements property.

        For example, to add a new item, do as follows:

            getEasements().add(newItem);
         

        Objects of the following type(s) are allowed in the list NaturalLanguageStringStructure

      • getEasementRef

        public String getEasementRef()
        Gets the value of the easementRef property.
        Returns:
        possible object is String
      • setEasementRef

        public void setEasementRef​(String value)
        Sets the value of the easementRef property.
        Parameters:
        value - allowed object is String