org.unece.cefact.namespaces.standardbusinessdocumentheader
Class ContactInformation

java.lang.Object
  extended by org.unece.cefact.namespaces.standardbusinessdocumentheader.ContactInformation
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class ContactInformation
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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
protected  String contact
           
protected  String contactTypeIdentifier
           
protected  String emailAddress
           
protected  String faxNumber
           
protected  String telephoneNumber
           
 
Constructor Summary
ContactInformation()
          Default no-arg constructor
ContactInformation(String contact, String emailAddress, String faxNumber, String telephoneNumber, String contactTypeIdentifier)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 String getContact()
          Gets the value of the contact property.
 String getContactTypeIdentifier()
          Gets the value of the contactTypeIdentifier property.
 String getEmailAddress()
          Gets the value of the emailAddress property.
 String getFaxNumber()
          Gets the value of the faxNumber property.
 String getTelephoneNumber()
          Gets the value of the telephoneNumber property.
 void setContact(String value)
          Sets the value of the contact property.
 void setContactTypeIdentifier(String value)
          Sets the value of the contactTypeIdentifier property.
 void setEmailAddress(String value)
          Sets the value of the emailAddress property.
 void setFaxNumber(String value)
          Sets the value of the faxNumber property.
 void setTelephoneNumber(String value)
          Sets the value of the telephoneNumber property.
 String toString()
           
 ContactInformation withContact(String value)
           
 ContactInformation withContactTypeIdentifier(String value)
           
 ContactInformation withEmailAddress(String value)
           
 ContactInformation withFaxNumber(String value)
           
 ContactInformation withTelephoneNumber(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

contact

protected String contact

emailAddress

protected String emailAddress

faxNumber

protected String faxNumber

telephoneNumber

protected String telephoneNumber

contactTypeIdentifier

protected String contactTypeIdentifier
Constructor Detail

ContactInformation

public ContactInformation()
Default no-arg constructor


ContactInformation

public ContactInformation(String contact,
                          String emailAddress,
                          String faxNumber,
                          String telephoneNumber,
                          String contactTypeIdentifier)
Fully-initialising value constructor

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 is String

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 is String

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 is String

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 is String

getContactTypeIdentifier

public String getContactTypeIdentifier()
Gets the value of the contactTypeIdentifier property.

Returns:
possible object is String

setContactTypeIdentifier

public void setContactTypeIdentifier(String value)
Sets the value of the contactTypeIdentifier property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withContact

public ContactInformation withContact(String value)

withEmailAddress

public ContactInformation withEmailAddress(String value)

withFaxNumber

public ContactInformation withFaxNumber(String value)

withTelephoneNumber

public ContactInformation withTelephoneNumber(String value)

withContactTypeIdentifier

public ContactInformation withContactTypeIdentifier(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.