public class TelephoneContactStructure extends Object
Java class for TelephoneContactStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TelephoneContactStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TelNationalNumber" type="{http://www.netex.org.uk/netex}TelephoneNumberType"/>
<element name="TelExtensionNumber" type="{http://www.netex.org.uk/netex}TelephoneExtensionType" minOccurs="0"/>
<element name="TelCountryCode" type="{http://www.netex.org.uk/netex}TelCountryCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
telCountryCode |
protected String |
telExtensionNumber |
protected String |
telNationalNumber |
| Constructor and Description |
|---|
TelephoneContactStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTelCountryCode()
Gets the value of the telCountryCode property.
|
String |
getTelExtensionNumber()
Gets the value of the telExtensionNumber property.
|
String |
getTelNationalNumber()
Gets the value of the telNationalNumber property.
|
void |
setTelCountryCode(String value)
Sets the value of the telCountryCode property.
|
void |
setTelExtensionNumber(String value)
Sets the value of the telExtensionNumber property.
|
void |
setTelNationalNumber(String value)
Sets the value of the telNationalNumber property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
TelephoneContactStructure |
withTelCountryCode(String value) |
TelephoneContactStructure |
withTelExtensionNumber(String value) |
TelephoneContactStructure |
withTelNationalNumber(String value) |
protected String telNationalNumber
protected String telExtensionNumber
protected String telCountryCode
public String getTelNationalNumber()
Stringpublic void setTelNationalNumber(String value)
value - allowed object is
Stringpublic String getTelExtensionNumber()
Stringpublic void setTelExtensionNumber(String value)
value - allowed object is
Stringpublic String getTelCountryCode()
Stringpublic void setTelCountryCode(String value)
value - allowed object is
Stringpublic TelephoneContactStructure withTelNationalNumber(String value)
public TelephoneContactStructure withTelExtensionNumber(String value)
public TelephoneContactStructure withTelCountryCode(String value)
Copyright © 2018 Entur AS. All rights reserved.