public class AliasStructure extends Object
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 ref="{http://www.netex.org.uk/netex}PrivateCode"/>
<element name="IdentifierType" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
identifierType |
protected PrivateCodeStructure |
privateCode |
| Constructor and Description |
|---|
AliasStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifierType()
Gets the value of the identifierType property.
|
PrivateCodeStructure |
getPrivateCode()
Gets the value of the privateCode property.
|
void |
setIdentifierType(String value)
Sets the value of the identifierType property.
|
void |
setPrivateCode(PrivateCodeStructure value)
Sets the value of the privateCode property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AliasStructure |
withIdentifierType(String value) |
AliasStructure |
withPrivateCode(PrivateCodeStructure value) |
protected PrivateCodeStructure privateCode
protected String identifierType
public PrivateCodeStructure getPrivateCode()
PrivateCodeStructurepublic void setPrivateCode(PrivateCodeStructure value)
value - allowed object is
PrivateCodeStructurepublic String getIdentifierType()
Stringpublic void setIdentifierType(String value)
value - allowed object is
Stringpublic AliasStructure withPrivateCode(PrivateCodeStructure value)
public AliasStructure withIdentifierType(String value)
Copyright © 2018 Entur AS. All rights reserved.