public class SafeTIR extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Envelope" type="{http://www.iru.org/SafeTIRReconciliation}EnvelopeType"/>
<element name="Body" type="{http://www.iru.org/SafeTIRReconciliation}SafeTIRBodyType"/>
</sequence>
<attribute name="Sender_Document_Version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SafeTIRBodyType |
body |
protected EnvelopeType |
envelope |
protected String |
senderDocumentVersion |
| Constructor and Description |
|---|
SafeTIR() |
| Modifier and Type | Method and Description |
|---|---|
SafeTIRBodyType |
getBody()
Gets the value of the body property.
|
EnvelopeType |
getEnvelope()
Gets the value of the envelope property.
|
String |
getSenderDocumentVersion()
Gets the value of the senderDocumentVersion property.
|
void |
setBody(SafeTIRBodyType value)
Sets the value of the body property.
|
void |
setEnvelope(EnvelopeType value)
Sets the value of the envelope property.
|
void |
setSenderDocumentVersion(String value)
Sets the value of the senderDocumentVersion property.
|
protected EnvelopeType envelope
protected SafeTIRBodyType body
protected String senderDocumentVersion
public EnvelopeType getEnvelope()
EnvelopeTypepublic void setEnvelope(EnvelopeType value)
value - allowed object is
EnvelopeTypepublic SafeTIRBodyType getBody()
SafeTIRBodyTypepublic void setBody(SafeTIRBodyType value)
value - allowed object is
SafeTIRBodyTypepublic String getSenderDocumentVersion()
StringCopyright © 2017. All rights reserved.