Package uk.org.siri.siri13
Class CapabilityRequestPolicyStructure
- java.lang.Object
-
- uk.org.siri.siri13.CapabilityRequestPolicyStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionMonitoringCapabilityRequestPolicyStructure,ConnectionMonitoringServiceCapabilitiesStructure.RequestPolicy,ConnectionTimetableCapabilityRequestPolicyStructure,ConnectionTimetableServiceCapabilitiesStructure.RequestPolicy,EstimatedTimetableCapabilityRequestPolicyStructure,EstimatedTimetableServiceCapabilities.RequestPolicy,FacilityMonitoringServiceCapabilities.RequestPolicy,ProductionTimetableCapabilityRequestPolicyStructure,ProductionTimetableServiceCapabilities.RequestPolicy,SituationExchangeServiceCapabilities.RequestPolicy,StopMonitoringCapabilityRequestPolicyStructure,VehicleMonitoringCapabilityRequestPolicyStructure,VehicleMonitoringServiceCapabilities.RequestPolicy
public class CapabilityRequestPolicyStructure extends Object implements Serializable
Type for Common Request Policy capabilities.Java class for CapabilityRequestPolicyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilityRequestPolicyStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NationalLanguage" type="{http://www.w3.org/2001/XMLSchema}language" maxOccurs="unbounded"/> <choice> <element name="GmlCoordinateFormat" type="{http://www.siri.org.uk/siri}SrsNameType"/> <element name="WgsDecimalDegrees" type="{http://www.siri.org.uk/siri}EmptyType"/> </choice> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringgmlCoordinateFormatprotected List<String>nationalLanguagesprotected StringwgsDecimalDegrees
-
Constructor Summary
Constructors Constructor Description CapabilityRequestPolicyStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGmlCoordinateFormat()Gets the value of the gmlCoordinateFormat property.List<String>getNationalLanguages()Gets the value of the nationalLanguages property.StringgetWgsDecimalDegrees()Gets the value of the wgsDecimalDegrees property.voidsetGmlCoordinateFormat(String value)Sets the value of the gmlCoordinateFormat property.voidsetWgsDecimalDegrees(String value)Sets the value of the wgsDecimalDegrees property.
-
-
-
Method Detail
-
getNationalLanguages
public List<String> getNationalLanguages()
Gets the value of the nationalLanguages 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 nationalLanguages property.For example, to add a new item, do as follows:
getNationalLanguages().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getWgsDecimalDegrees
public String getWgsDecimalDegrees()
Gets the value of the wgsDecimalDegrees property.- Returns:
- possible object is
String
-
setWgsDecimalDegrees
public void setWgsDecimalDegrees(String value)
Sets the value of the wgsDecimalDegrees property.- Parameters:
value- allowed object isString
-
getGmlCoordinateFormat
public String getGmlCoordinateFormat()
Gets the value of the gmlCoordinateFormat property.- Returns:
- possible object is
String
-
-