Package uk.org.ifopt.siri13
Class CountryRefStructure
- java.lang.Object
-
- uk.org.ifopt.siri13.CountryRefStructure
-
- All Implemented Interfaces:
Serializable
public class CountryRefStructure extends Object implements Serializable
Type for reference to a Country Identifier.Java class for CountryRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CountryRefStructure"> <simpleContent> <extension base="<http://www.ifopt.org.uk/ifopt>CountryCodeType"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected IanaCountryTldEnumerationvalue
-
Constructor Summary
Constructors Constructor Description CountryRefStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IanaCountryTldEnumerationgetValue()Type for Country Identifier.voidsetValue(IanaCountryTldEnumeration value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected IanaCountryTldEnumeration value
-
-
Method Detail
-
getValue
public IanaCountryTldEnumeration getValue()
Type for Country Identifier.- Returns:
- possible object is
IanaCountryTldEnumeration
-
setValue
public void setValue(IanaCountryTldEnumeration value)
Sets the value of the value property.- Parameters:
value- allowed object isIanaCountryTldEnumeration
-
-