Class ContextStructure

  • All Implemented Interfaces:
    Serializable

    public class ContextStructure
    extends Object
    implements Serializable
    Common parameters for all SITUATIONs.

    Java class for ContextStructure complex type.

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

     <complexType name="ContextStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="CountryRef" type="{http://www.ifopt.org.uk/ifopt}CountryRefStructure" minOccurs="0"/>
             <element name="ParticipantRef" type="{http://www.siri.org.uk/siri}ParticipantRefStructure"/>
             <element name="TopographicPlaceRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
             <element name="TopographicPlaceName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="DefaultLanguage" type="{http://www.w3.org/2001/XMLSchema}language" minOccurs="0"/>
             <element name="NetworkContext" type="{http://www.siri.org.uk/siri}NetworkContextStructure" minOccurs="0"/>
             <element name="Actions" type="{http://www.siri.org.uk/siri}ActionsStructure" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ContextStructure

        public ContextStructure()
    • Method Detail

      • getParticipantRef

        public RequestorRef getParticipantRef()
        Gets the value of the participantRef property.
        Returns:
        possible object is RequestorRef
      • setParticipantRef

        public void setParticipantRef​(RequestorRef value)
        Sets the value of the participantRef property.
        Parameters:
        value - allowed object is RequestorRef
      • getTopographicPlaceRef

        public String getTopographicPlaceRef()
        Gets the value of the topographicPlaceRef property.
        Returns:
        possible object is String
      • setTopographicPlaceRef

        public void setTopographicPlaceRef​(String value)
        Sets the value of the topographicPlaceRef property.
        Parameters:
        value - allowed object is String
      • getTopographicPlaceNames

        public List<NaturalLanguageStringStructure> getTopographicPlaceNames()
        Gets the value of the topographicPlaceNames 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 JAXB object. This is why there is not a set method for the topographicPlaceNames property.

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

            getTopographicPlaceNames().add(newItem);
         

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

      • getDefaultLanguage

        public String getDefaultLanguage()
        Gets the value of the defaultLanguage property.
        Returns:
        possible object is String
      • setDefaultLanguage

        public void setDefaultLanguage​(String value)
        Sets the value of the defaultLanguage property.
        Parameters:
        value - allowed object is String
      • setActions

        public void setActions​(ActionsStructure value)
        Sets the value of the actions property.
        Parameters:
        value - allowed object is ActionsStructure
      • 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