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" minOccurs="0"/>
             <element name="EasementRef" type="{http://www.siri.org.uk/siri}NaturalLanguagePlaceNameStructure" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form