Class CatalogueReference
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.CatalogueReference
-
- All Implemented Interfaces:
Serializable
public class CatalogueReference extends Object implements Serializable
Java class for CatalogueReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CatalogueReference"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="keyCatalogueReference" type="{http://datex2.eu/schema/2_0RC1/2_0}Reference"/> <element name="catalogueReferenceExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypecatalogueReferenceExtensionprotected StringkeyCatalogueReference
-
Constructor Summary
Constructors Constructor Description CatalogueReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetCatalogueReferenceExtension()Gets the value of the catalogueReferenceExtension property.StringgetKeyCatalogueReference()Gets the value of the keyCatalogueReference property.voidsetCatalogueReferenceExtension(ExtensionType value)Sets the value of the catalogueReferenceExtension property.voidsetKeyCatalogueReference(String value)Sets the value of the keyCatalogueReference property.
-
-
-
Field Detail
-
keyCatalogueReference
protected String keyCatalogueReference
-
catalogueReferenceExtension
protected ExtensionType catalogueReferenceExtension
-
-
Method Detail
-
getKeyCatalogueReference
public String getKeyCatalogueReference()
Gets the value of the keyCatalogueReference property.- Returns:
- possible object is
String
-
setKeyCatalogueReference
public void setKeyCatalogueReference(String value)
Sets the value of the keyCatalogueReference property.- Parameters:
value- allowed object isString
-
getCatalogueReferenceExtension
public ExtensionType getCatalogueReferenceExtension()
Gets the value of the catalogueReferenceExtension property.- Returns:
- possible object is
ExtensionType
-
setCatalogueReferenceExtension
public void setCatalogueReferenceExtension(ExtensionType value)
Sets the value of the catalogueReferenceExtension property.- Parameters:
value- allowed object isExtensionType
-
-