Package uk.org.ifopt.siri20
Class AliasStructure
- java.lang.Object
-
- uk.org.ifopt.siri20.AliasStructure
-
- All Implemented Interfaces:
Serializable
public class AliasStructure extends Object implements Serializable
Alternative Private Code.Java class for AliasStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AliasStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PrivateCode" type="{http://www.ifopt.org.uk/ifopt}PrivateCodeType"/> <element name="IdentifierType" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringidentifierTypeprotected StringprivateCode
-
Constructor Summary
Constructors Constructor Description AliasStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifierType()Gets the value of the identifierType property.StringgetPrivateCode()Gets the value of the privateCode property.voidsetIdentifierType(String value)Sets the value of the identifierType property.voidsetPrivateCode(String value)Sets the value of the privateCode property.
-
-
-
Method Detail
-
getPrivateCode
public String getPrivateCode()
Gets the value of the privateCode property.- Returns:
- possible object is
String
-
setPrivateCode
public void setPrivateCode(String value)
Sets the value of the privateCode property.- Parameters:
value- allowed object isString
-
getIdentifierType
public String getIdentifierType()
Gets the value of the identifierType property.- Returns:
- possible object is
String
-
-