public class ContactStructure extends Object
Java class for ContactStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContactPerson" type="{http://www.netex.org.uk/netex}MultilingualString" minOccurs="0"/>
<element name="Email" type="{http://www.netex.org.uk/netex}EmailAddressType" minOccurs="0"/>
<element name="Phone" type="{http://www.netex.org.uk/netex}PhoneType" minOccurs="0"/>
<element name="Fax" type="{http://www.netex.org.uk/netex}PhoneType" minOccurs="0"/>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="FurtherDetails" type="{http://www.netex.org.uk/netex}MultilingualString" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MultilingualString |
contactPerson |
protected String |
email |
protected String |
fax |
protected MultilingualString |
furtherDetails |
protected String |
phone |
protected String |
url |
| Constructor and Description |
|---|
ContactStructure() |
| Modifier and Type | Method and Description |
|---|---|
MultilingualString |
getContactPerson()
Gets the value of the contactPerson property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFax()
Gets the value of the fax property.
|
MultilingualString |
getFurtherDetails()
Gets the value of the furtherDetails property.
|
String |
getPhone()
Gets the value of the phone property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setContactPerson(MultilingualString value)
Sets the value of the contactPerson property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFax(String value)
Sets the value of the fax property.
|
void |
setFurtherDetails(MultilingualString value)
Sets the value of the furtherDetails property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ContactStructure |
withContactPerson(MultilingualString value) |
ContactStructure |
withEmail(String value) |
ContactStructure |
withFax(String value) |
ContactStructure |
withFurtherDetails(MultilingualString value) |
ContactStructure |
withPhone(String value) |
ContactStructure |
withUrl(String value) |
protected MultilingualString contactPerson
protected String email
protected String phone
protected String fax
protected String url
protected MultilingualString furtherDetails
public MultilingualString getContactPerson()
MultilingualStringpublic void setContactPerson(MultilingualString value)
value - allowed object is
MultilingualStringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic String getFax()
Stringpublic void setFax(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic MultilingualString getFurtherDetails()
MultilingualStringpublic void setFurtherDetails(MultilingualString value)
value - allowed object is
MultilingualStringpublic ContactStructure withContactPerson(MultilingualString value)
public ContactStructure withEmail(String value)
public ContactStructure withPhone(String value)
public ContactStructure withFax(String value)
public ContactStructure withUrl(String value)
public ContactStructure withFurtherDetails(MultilingualString value)
Copyright © 2018 Entur AS. All rights reserved.