Class CXML
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsSignature property.Gets the value of the headerOrMessageOrRequestOrResponse property.Gets the value of the payloadID property.Gets the value of the signatureVersion property.Gets the value of the timestamp property.Gets the value of the version property.Gets the value of the xmlLang property.voidsetPayloadID(String value) Sets the value of the payloadID property.voidsetSignatureVersion(String value) Sets the value of the signatureVersion property.voidsetTimestamp(String value) Sets the value of the timestamp property.voidsetVersion(String value) Sets the value of the version property.voidsetXmlLang(String value) Sets the value of the xmlLang property.
-
Field Details
-
version
-
payloadID
-
timestamp
-
signatureVersion
-
xmlLang
-
headerOrMessageOrRequestOrResponse
-
dsSignature
-
-
Constructor Details
-
CXML
public CXML()
-
-
Method Details
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getPayloadID
Gets the value of the payloadID property.- Returns:
- possible object is
String
-
setPayloadID
Sets the value of the payloadID property.- Parameters:
value- allowed object isString
-
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
String
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value- allowed object isString
-
getSignatureVersion
Gets the value of the signatureVersion property.- Returns:
- possible object is
String
-
setSignatureVersion
Sets the value of the signatureVersion property.- Parameters:
value- allowed object isString
-
getXmlLang
Gets the value of the xmlLang property.- Returns:
- possible object is
String
-
setXmlLang
Sets the value of the xmlLang property.- Parameters:
value- allowed object isString
-
getHeaderOrMessageOrRequestOrResponse
Gets the value of the headerOrMessageOrRequestOrResponse property.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
setmethod 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
HeaderMessageRequestResponse -
getDsSignature
Gets the value of the dsSignature property.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
setmethod 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
-