Package network.oxalis.peppol.sbdh.jaxb
Class ContactInformation
- java.lang.Object
-
- network.oxalis.peppol.sbdh.jaxb.ContactInformation
-
public class ContactInformation extends Object
Java class for ContactInformation complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Contact" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FaxNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TelephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ContactTypeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcontactprotected StringcontactTypeIdentifierprotected StringemailAddressprotected StringfaxNumberprotected StringtelephoneNumber
-
Constructor Summary
Constructors Constructor Description ContactInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContact()Gets the value of the contact property.StringgetContactTypeIdentifier()Gets the value of the contactTypeIdentifier property.StringgetEmailAddress()Gets the value of the emailAddress property.StringgetFaxNumber()Gets the value of the faxNumber property.StringgetTelephoneNumber()Gets the value of the telephoneNumber property.voidsetContact(String value)Sets the value of the contact property.voidsetContactTypeIdentifier(String value)Sets the value of the contactTypeIdentifier property.voidsetEmailAddress(String value)Sets the value of the emailAddress property.voidsetFaxNumber(String value)Sets the value of the faxNumber property.voidsetTelephoneNumber(String value)Sets the value of the telephoneNumber property.
-
-
-
Method Detail
-
getContact
public String getContact()
Gets the value of the contact property.- Returns:
- possible object is
String
-
setContact
public void setContact(String value)
Sets the value of the contact property.- Parameters:
value- allowed object isString
-
getEmailAddress
public String getEmailAddress()
Gets the value of the emailAddress property.- Returns:
- possible object is
String
-
setEmailAddress
public void setEmailAddress(String value)
Sets the value of the emailAddress property.- Parameters:
value- allowed object isString
-
getFaxNumber
public String getFaxNumber()
Gets the value of the faxNumber property.- Returns:
- possible object is
String
-
setFaxNumber
public void setFaxNumber(String value)
Sets the value of the faxNumber property.- Parameters:
value- allowed object isString
-
getTelephoneNumber
public String getTelephoneNumber()
Gets the value of the telephoneNumber property.- Returns:
- possible object is
String
-
setTelephoneNumber
public void setTelephoneNumber(String value)
Sets the value of the telephoneNumber property.- Parameters:
value- allowed object isString
-
getContactTypeIdentifier
public String getContactTypeIdentifier()
Gets the value of the contactTypeIdentifier property.- Returns:
- possible object is
String
-
-