public class EnvelopeType extends Object implements Serializable
Java class for EnvelopeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnvelopeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Header" type="{http://epd.iru.org/model/message/envelope}HeaderType" minOccurs="0"/>
<element name="Body" type="{http://epd.iru.org/model/message/envelope}BodyType"/>
<element name="Attachments" type="{http://epd.iru.org/model/message/envelope}AttachmentsType" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentsType |
attachments |
protected BodyType |
body |
protected HeaderType |
header |
protected org.w3._2000._09.xmldsig.SignatureType |
signature |
| Constructor and Description |
|---|
EnvelopeType() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentsType |
getAttachments()
Gets the value of the attachments property.
|
BodyType |
getBody()
Gets the value of the body property.
|
HeaderType |
getHeader()
Gets the value of the header property.
|
org.w3._2000._09.xmldsig.SignatureType |
getSignature()
Gets the value of the signature property.
|
void |
setAttachments(AttachmentsType value)
Sets the value of the attachments property.
|
void |
setBody(BodyType value)
Sets the value of the body property.
|
void |
setHeader(HeaderType value)
Sets the value of the header property.
|
void |
setSignature(org.w3._2000._09.xmldsig.SignatureType value)
Sets the value of the signature property.
|
protected HeaderType header
protected BodyType body
protected AttachmentsType attachments
protected org.w3._2000._09.xmldsig.SignatureType signature
public HeaderType getHeader()
HeaderTypepublic void setHeader(HeaderType value)
value - allowed object is
HeaderTypepublic BodyType getBody()
BodyTypepublic void setBody(BodyType value)
value - allowed object is
BodyTypepublic AttachmentsType getAttachments()
AttachmentsTypepublic void setAttachments(AttachmentsType value)
value - allowed object is
AttachmentsTypepublic org.w3._2000._09.xmldsig.SignatureType getSignature()
SignatureTypepublic void setSignature(org.w3._2000._09.xmldsig.SignatureType value)
value - allowed object is
SignatureTypeCopyright © 2017. All Rights Reserved.