public class TIREPDG2BUploadParams extends Object
Java class for TIREPDG2BUploadParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TIREPDG2BUploadParams">
<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="CertificateID" 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="SubscriberMessageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InformationExchangeVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MessageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TimeSent" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="MessageContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
certificateID |
protected byte[] |
eSessionKey |
protected String |
informationExchangeVersion |
protected byte[] |
messageContent |
protected String |
messageName |
protected String |
subscriberID |
protected String |
subscriberMessageID |
protected XMLGregorianCalendar |
timeSent |
| Constructor and Description |
|---|
TIREPDG2BUploadParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificateID()
Gets the value of the certificateID property.
|
byte[] |
getESessionKey()
Gets the value of the eSessionKey property.
|
String |
getInformationExchangeVersion()
Gets the value of the informationExchangeVersion property.
|
byte[] |
getMessageContent()
Gets the value of the messageContent property.
|
String |
getMessageName()
Gets the value of the messageName property.
|
String |
getSubscriberID()
Gets the value of the subscriberID property.
|
String |
getSubscriberMessageID()
Gets the value of the subscriberMessageID property.
|
XMLGregorianCalendar |
getTimeSent()
Gets the value of the timeSent property.
|
void |
setCertificateID(String value)
Sets the value of the certificateID property.
|
void |
setESessionKey(byte[] value)
Sets the value of the eSessionKey property.
|
void |
setInformationExchangeVersion(String value)
Sets the value of the informationExchangeVersion property.
|
void |
setMessageContent(byte[] value)
Sets the value of the messageContent property.
|
void |
setMessageName(String value)
Sets the value of the messageName property.
|
void |
setSubscriberID(String value)
Sets the value of the subscriberID property.
|
void |
setSubscriberMessageID(String value)
Sets the value of the subscriberMessageID property.
|
void |
setTimeSent(XMLGregorianCalendar value)
Sets the value of the timeSent property.
|
protected String subscriberID
protected String certificateID
protected byte[] eSessionKey
protected String subscriberMessageID
protected String informationExchangeVersion
protected String messageName
protected XMLGregorianCalendar timeSent
protected byte[] messageContent
public String getSubscriberID()
Stringpublic void setSubscriberID(String value)
value - allowed object is
Stringpublic String getCertificateID()
Stringpublic void setCertificateID(String value)
value - allowed object is
Stringpublic byte[] getESessionKey()
public void setESessionKey(byte[] value)
value - allowed object is
byte[]public String getSubscriberMessageID()
Stringpublic void setSubscriberMessageID(String value)
value - allowed object is
Stringpublic String getInformationExchangeVersion()
Stringpublic void setInformationExchangeVersion(String value)
value - allowed object is
Stringpublic String getMessageName()
Stringpublic void setMessageName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimeSent()
XMLGregorianCalendarpublic void setTimeSent(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic byte[] getMessageContent()
public void setMessageContent(byte[] value)
value - allowed object is
byte[]Copyright © 2017. All rights reserved.