Class AffectedPlaceStructure

  • All Implemented Interfaces:
    Serializable

    public class AffectedPlaceStructure
    extends Object
    implements Serializable
    Type for annotated references to a place.

    Java class for AffectedPlaceStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AffectedPlaceStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PlaceRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
             <element name="PrivateCode" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
             <element name="PlaceName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
             <element name="Location" type="{http://www.siri.org.uk/siri}LocationStructure" minOccurs="0"/>
             <element name="PlaceCategory" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
             <element name="EquipmentRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" maxOccurs="unbounded" minOccurs="0"/>
             <element name="AccessibilityAssessment" type="{http://www.ifopt.org.uk/acsb}AccessibilityAssessmentStructure" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AffectedPlaceStructure

        public AffectedPlaceStructure()
    • Method Detail

      • getPlaceRef

        public String getPlaceRef()
        Gets the value of the placeRef property.
        Returns:
        possible object is String
      • setPlaceRef

        public void setPlaceRef​(String value)
        Sets the value of the placeRef property.
        Parameters:
        value - allowed object is String
      • getPrivateCode

        public String getPrivateCode()
        Gets the value of the privateCode property.
        Returns:
        possible object is String
      • setPrivateCode

        public void setPrivateCode​(String value)
        Sets the value of the privateCode property.
        Parameters:
        value - allowed object is String
      • getPlaceCategory

        public String getPlaceCategory()
        Gets the value of the placeCategory property.
        Returns:
        possible object is String
      • setPlaceCategory

        public void setPlaceCategory​(String value)
        Sets the value of the placeCategory property.
        Parameters:
        value - allowed object is String
      • getEquipmentReves

        public List<String> getEquipmentReves()
        Gets the value of the equipmentReves 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 equipmentReves property.

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

            getEquipmentReves().add(newItem);
         

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

      • getExtensions

        public Extensions getExtensions()
        Gets the value of the extensions property.
        Returns:
        possible object is Extensions
      • setExtensions

        public void setExtensions​(Extensions value)
        Sets the value of the extensions property.
        Parameters:
        value - allowed object is Extensions