public class CXML
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<DsSignature> |
dsSignature |
protected java.util.List<java.lang.Object> |
headerOrMessageOrRequestOrResponse |
protected java.lang.String |
payloadID |
protected java.lang.String |
signatureVersion |
protected java.lang.String |
timestamp |
protected java.lang.String |
version |
protected java.lang.String |
xmlLang |
| Constructor and Description |
|---|
CXML() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DsSignature> |
getDsSignature()
Gets the value of the dsSignature property.
|
java.util.List<java.lang.Object> |
getHeaderOrMessageOrRequestOrResponse()
Gets the value of the headerOrMessageOrRequestOrResponse property.
|
java.lang.String |
getPayloadID()
Gets the value of the payloadID property.
|
java.lang.String |
getSignatureVersion()
Gets the value of the signatureVersion property.
|
java.lang.String |
getTimestamp()
Gets the value of the timestamp property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
java.lang.String |
getXmlLang()
Gets the value of the xmlLang property.
|
void |
setPayloadID(java.lang.String value)
Sets the value of the payloadID property.
|
void |
setSignatureVersion(java.lang.String value)
Sets the value of the signatureVersion property.
|
void |
setTimestamp(java.lang.String value)
Sets the value of the timestamp property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
void |
setXmlLang(java.lang.String value)
Sets the value of the xmlLang property.
|
protected java.lang.String version
protected java.lang.String payloadID
protected java.lang.String timestamp
protected java.lang.String signatureVersion
protected java.lang.String xmlLang
protected java.util.List<java.lang.Object> headerOrMessageOrRequestOrResponse
protected java.util.List<DsSignature> dsSignature
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPayloadID()
Stringpublic void setPayloadID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimestamp()
Stringpublic void setTimestamp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSignatureVersion()
Stringpublic void setSignatureVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getXmlLang()
Stringpublic void setXmlLang(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getHeaderOrMessageOrRequestOrResponse()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the headerOrMessageOrRequestOrResponse property.
For example, to add a new item, do as follows:
getHeaderOrMessageOrRequestOrResponse().add(newItem);
Objects of the following type(s) are allowed in the list
Header
Message
Request
Response
public java.util.List<DsSignature> getDsSignature()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dsSignature property.
For example, to add a new item, do as follows:
getDsSignature().add(newItem);
Objects of the following type(s) are allowed in the list
DsSignature
Copyright © 2018 SAP SE. All Rights Reserved.