public class SafeTIRUploadParams extends Object
Java class for SafeTIRUploadParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SafeTIRUploadParams">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SubscriberID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MessageTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ESessionKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="safeTIRUploadData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="CopyToID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Sender_MessageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
copyToID |
protected byte[] |
eSessionKey |
protected String |
messageTag |
protected byte[] |
safeTIRUploadData |
protected String |
senderMessageID |
protected String |
subscriberID |
| Constructor and Description |
|---|
SafeTIRUploadParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCopyToID()
Gets the value of the copyToID property.
|
byte[] |
getESessionKey()
Gets the value of the eSessionKey property.
|
String |
getMessageTag()
Gets the value of the messageTag property.
|
byte[] |
getSafeTIRUploadData()
Gets the value of the safeTIRUploadData property.
|
String |
getSenderMessageID()
Gets the value of the senderMessageID property.
|
String |
getSubscriberID()
Gets the value of the subscriberID property.
|
void |
setCopyToID(String value)
Sets the value of the copyToID property.
|
void |
setESessionKey(byte[] value)
Sets the value of the eSessionKey property.
|
void |
setMessageTag(String value)
Sets the value of the messageTag property.
|
void |
setSafeTIRUploadData(byte[] value)
Sets the value of the safeTIRUploadData property.
|
void |
setSenderMessageID(String value)
Sets the value of the senderMessageID property.
|
void |
setSubscriberID(String value)
Sets the value of the subscriberID property.
|
protected String subscriberID
protected String messageTag
protected byte[] eSessionKey
protected byte[] safeTIRUploadData
protected String copyToID
protected String senderMessageID
public String getSubscriberID()
Stringpublic void setSubscriberID(String value)
value - allowed object is
Stringpublic String getMessageTag()
Stringpublic void setMessageTag(String value)
value - allowed object is
Stringpublic byte[] getESessionKey()
public void setESessionKey(byte[] value)
value - allowed object is
byte[]public byte[] getSafeTIRUploadData()
public void setSafeTIRUploadData(byte[] value)
value - allowed object is
byte[]public String getCopyToID()
Stringpublic void setCopyToID(String value)
value - allowed object is
Stringpublic String getSenderMessageID()
StringCopyright © 2017. All rights reserved.