public class CapabilityRequestPolicyStructure extends Object
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"/>
<element name="Translations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
gmlCoordinateFormat |
protected List<String> |
nationalLanguage |
protected Boolean |
translations |
protected String |
wgsDecimalDegrees |
| Constructor and Description |
|---|
CapabilityRequestPolicyStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGmlCoordinateFormat()
Gets the value of the gmlCoordinateFormat property.
|
List<String> |
getNationalLanguage()
Gets the value of the nationalLanguage property.
|
String |
getWgsDecimalDegrees()
Gets the value of the wgsDecimalDegrees property.
|
Boolean |
isTranslations()
Gets the value of the translations property.
|
void |
setGmlCoordinateFormat(String value)
Sets the value of the gmlCoordinateFormat property.
|
void |
setTranslations(Boolean value)
Sets the value of the translations property.
|
void |
setWgsDecimalDegrees(String value)
Sets the value of the wgsDecimalDegrees property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CapabilityRequestPolicyStructure |
withGmlCoordinateFormat(String value) |
CapabilityRequestPolicyStructure |
withNationalLanguage(Collection<String> values) |
CapabilityRequestPolicyStructure |
withNationalLanguage(String... values) |
CapabilityRequestPolicyStructure |
withTranslations(Boolean value) |
CapabilityRequestPolicyStructure |
withWgsDecimalDegrees(String value) |
protected Boolean translations
protected String gmlCoordinateFormat
protected String wgsDecimalDegrees
public List<String> getNationalLanguage()
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 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
public Boolean isTranslations()
Booleanpublic void setTranslations(Boolean value)
value - allowed object is
Booleanpublic String getGmlCoordinateFormat()
Stringpublic void setGmlCoordinateFormat(String value)
value - allowed object is
Stringpublic String getWgsDecimalDegrees()
Stringpublic void setWgsDecimalDegrees(String value)
value - allowed object is
Stringpublic CapabilityRequestPolicyStructure withNationalLanguage(String... values)
public CapabilityRequestPolicyStructure withNationalLanguage(Collection<String> values)
public CapabilityRequestPolicyStructure withTranslations(Boolean value)
public CapabilityRequestPolicyStructure withGmlCoordinateFormat(String value)
public CapabilityRequestPolicyStructure withWgsDecimalDegrees(String value)
Copyright © 2018 Entur AS. All rights reserved.