Package uk.org.siri.siri10
Class CapabilityRequestPolicyStructure
- java.lang.Object
-
- uk.org.siri.siri10.CapabilityRequestPolicyStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionMonitoringCapabilityRequestPolicyStructure,ConnectionMonitoringServiceCapabilitiesStructure.RequestPolicy,ConnectionTimetableCapabilityRequestPolicyStructure,ConnectionTimetableServiceCapabilitiesStructure.RequestPolicy,EstimatedTimetableCapabilityRequestPolicyStructure,EstimatedTimetableServiceCapabilitiesStructure.RequestPolicy,ProductionTimetableCapabilityRequestPolicyStructure,ProductionTimetableServiceCapabilitiesStructure.RequestPolicy,StopMonitoringCapabilityRequestPolicyStructure,VehicleMonitoringCapabilityRequestPolicyStructure,VehicleMonitoringServiceCapabilitiesStructure.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/}SrsNameType"/> <element name="WgsDecimalDegrees" type="{http://www.siri.org.uk/}EmptyType"/> </choice> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringgmlCoordinateFormatprotected List<String>nationalLanguageprotected 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>getNationalLanguage()Gets the value of the nationalLanguage 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
-
getNationalLanguage
public List<String> getNationalLanguage()
Gets the value of the nationalLanguage 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
setmethod for the nationalLanguage property.For example, to add a new item, do as follows:
getNationalLanguage().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getGmlCoordinateFormat
public String getGmlCoordinateFormat()
Gets the value of the gmlCoordinateFormat property.- Returns:
- possible object is
String
-
setGmlCoordinateFormat
public void setGmlCoordinateFormat(String value)
Sets the value of the gmlCoordinateFormat property.- Parameters:
value- allowed object isString
-
getWgsDecimalDegrees
public String getWgsDecimalDegrees()
Gets the value of the wgsDecimalDegrees property.- Returns:
- possible object is
String
-
-