Package uk.org.siri.siri21
Class ContextStructure
- java.lang.Object
-
- uk.org.siri.siri21.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
-
-
Field Summary
Fields Modifier and Type Field Description protected ActionsStructureactionsprotected CountryRefStructurecountryRefprotected StringdefaultLanguageprotected Extensionsextensionsprotected NetworkContextStructurenetworkContextprotected RequestorRefparticipantRefprotected List<NaturalLanguageStringStructure>topographicPlaceNamesprotected StringtopographicPlaceRef
-
Constructor Summary
Constructors Constructor Description ContextStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionsStructuregetActions()Gets the value of the actions property.CountryRefStructuregetCountryRef()Gets the value of the countryRef property.StringgetDefaultLanguage()Gets the value of the defaultLanguage property.ExtensionsgetExtensions()Gets the value of the extensions property.NetworkContextStructuregetNetworkContext()Gets the value of the networkContext property.RequestorRefgetParticipantRef()Gets the value of the participantRef property.List<NaturalLanguageStringStructure>getTopographicPlaceNames()Gets the value of the topographicPlaceNames property.StringgetTopographicPlaceRef()Gets the value of the topographicPlaceRef property.voidsetActions(ActionsStructure value)Sets the value of the actions property.voidsetCountryRef(CountryRefStructure value)Sets the value of the countryRef property.voidsetDefaultLanguage(String value)Sets the value of the defaultLanguage property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetNetworkContext(NetworkContextStructure value)Sets the value of the networkContext property.voidsetParticipantRef(RequestorRef value)Sets the value of the participantRef property.voidsetTopographicPlaceRef(String value)Sets the value of the topographicPlaceRef property.
-
-
-
Field Detail
-
countryRef
protected CountryRefStructure countryRef
-
participantRef
protected RequestorRef participantRef
-
topographicPlaceRef
protected String topographicPlaceRef
-
topographicPlaceNames
protected List<NaturalLanguageStringStructure> topographicPlaceNames
-
defaultLanguage
protected String defaultLanguage
-
networkContext
protected NetworkContextStructure networkContext
-
actions
protected ActionsStructure actions
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getCountryRef
public CountryRefStructure getCountryRef()
Gets the value of the countryRef property.- Returns:
- possible object is
CountryRefStructure
-
setCountryRef
public void setCountryRef(CountryRefStructure value)
Sets the value of the countryRef property.- Parameters:
value- allowed object isCountryRefStructure
-
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 isRequestorRef
-
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 isString
-
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 Jakarta XML Binding object. This is why there is not a
setmethod 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 isString
-
getNetworkContext
public NetworkContextStructure getNetworkContext()
Gets the value of the networkContext property.- Returns:
- possible object is
NetworkContextStructure
-
setNetworkContext
public void setNetworkContext(NetworkContextStructure value)
Sets the value of the networkContext property.- Parameters:
value- allowed object isNetworkContextStructure
-
getActions
public ActionsStructure getActions()
Gets the value of the actions property.- Returns:
- possible object is
ActionsStructure
-
setActions
public void setActions(ActionsStructure value)
Sets the value of the actions property.- Parameters:
value- allowed object isActionsStructure
-
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 isExtensions
-
-