Class StandardBusinessDocumentHeader.Transport.Sender
- java.lang.Object
-
- eu.domibus.connector.client.filesystem.isupport.sbdh.model.StandardBusinessDocumentHeader.Transport.Sender
-
- Enclosing class:
- StandardBusinessDocumentHeader.Transport
public static class StandardBusinessDocumentHeader.Transport.Sender 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="Identifier" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ContactInformation"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StandardBusinessDocumentHeader.Transport.Sender.ContactInformation
Classe Java per anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected StandardBusinessDocumentHeader.Transport.Sender.ContactInformation
contactInformation
protected String
identifier
-
Constructor Summary
Constructors Constructor Description Sender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardBusinessDocumentHeader.Transport.Sender.ContactInformation
getContactInformation()
Recupera il valore della proprietà contactInformation.String
getIdentifier()
Recupera il valore della proprietà identifier.void
setContactInformation(StandardBusinessDocumentHeader.Transport.Sender.ContactInformation value)
Imposta il valore della proprietà contactInformation.void
setIdentifier(String value)
Imposta il valore della proprietà identifier.
-
-
-
Field Detail
-
identifier
protected String identifier
-
contactInformation
protected StandardBusinessDocumentHeader.Transport.Sender.ContactInformation contactInformation
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
Recupera il valore della proprietà identifier.- Returns:
- possible object is
String
-
setIdentifier
public void setIdentifier(String value)
Imposta il valore della proprietà identifier.- Parameters:
value
- allowed object isString
-
getContactInformation
public StandardBusinessDocumentHeader.Transport.Sender.ContactInformation getContactInformation()
Recupera il valore della proprietà contactInformation.- Returns:
- possible object is
StandardBusinessDocumentHeader.Transport.Sender.ContactInformation
-
setContactInformation
public void setContactInformation(StandardBusinessDocumentHeader.Transport.Sender.ContactInformation value)
Imposta il valore della proprietà contactInformation.- Parameters:
value
- allowed object isStandardBusinessDocumentHeader.Transport.Sender.ContactInformation
-
-