Class StandardBusinessDocumentHeader.Transport.Receiver.ContactInformation
- java.lang.Object
-
- eu.domibus.connector.client.filesystem.isupport.sbdh.model.StandardBusinessDocumentHeader.Transport.Receiver.ContactInformation
-
- Enclosing class:
- StandardBusinessDocumentHeader.Transport.Receiver
public static class StandardBusinessDocumentHeader.Transport.Receiver.ContactInformation extends Object
Classe Java per anonymous complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType> <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"/> <element name="FaxNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TelephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ContactTypeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
contact
protected String
contactTypeIdentifier
protected String
emailAddress
protected String
faxNumber
protected String
telephoneNumber
-
Constructor Summary
Constructors Constructor Description ContactInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContact()
Recupera il valore della proprietà contact.String
getContactTypeIdentifier()
Recupera il valore della proprietà contactTypeIdentifier.String
getEmailAddress()
Recupera il valore della proprietà emailAddress.String
getFaxNumber()
Recupera il valore della proprietà faxNumber.String
getTelephoneNumber()
Recupera il valore della proprietà telephoneNumber.void
setContact(String value)
Imposta il valore della proprietà contact.void
setContactTypeIdentifier(String value)
Imposta il valore della proprietà contactTypeIdentifier.void
setEmailAddress(String value)
Imposta il valore della proprietà emailAddress.void
setFaxNumber(String value)
Imposta il valore della proprietà faxNumber.void
setTelephoneNumber(String value)
Imposta il valore della proprietà telephoneNumber.
-
-
-
Method Detail
-
getContact
public String getContact()
Recupera il valore della proprietà contact.- Returns:
- possible object is
String
-
setContact
public void setContact(String value)
Imposta il valore della proprietà contact.- Parameters:
value
- allowed object isString
-
getEmailAddress
public String getEmailAddress()
Recupera il valore della proprietà emailAddress.- Returns:
- possible object is
String
-
setEmailAddress
public void setEmailAddress(String value)
Imposta il valore della proprietà emailAddress.- Parameters:
value
- allowed object isString
-
getFaxNumber
public String getFaxNumber()
Recupera il valore della proprietà faxNumber.- Returns:
- possible object is
String
-
setFaxNumber
public void setFaxNumber(String value)
Imposta il valore della proprietà faxNumber.- Parameters:
value
- allowed object isString
-
getTelephoneNumber
public String getTelephoneNumber()
Recupera il valore della proprietà telephoneNumber.- Returns:
- possible object is
String
-
setTelephoneNumber
public void setTelephoneNumber(String value)
Imposta il valore della proprietà telephoneNumber.- Parameters:
value
- allowed object isString
-
getContactTypeIdentifier
public String getContactTypeIdentifier()
Recupera il valore della proprietà contactTypeIdentifier.- Returns:
- possible object is
String
-
-