Package org.cxml

Class CXML

java.lang.Object
org.cxml.CXML

public class CXML extends Object
  • Field Details

    • version

      protected String version
    • payloadID

      protected String payloadID
    • timestamp

      protected String timestamp
    • signatureVersion

      protected String signatureVersion
    • xmlLang

      protected String xmlLang
    • headerOrMessageOrRequestOrResponse

      protected List<Object> headerOrMessageOrRequestOrResponse
    • dsSignature

      protected List<DsSignature> dsSignature
  • Constructor Details

    • CXML

      public CXML()
  • Method Details

    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getPayloadID

      public String getPayloadID()
      Gets the value of the payloadID property.
      Returns:
      possible object is String
    • setPayloadID

      public void setPayloadID(String value)
      Sets the value of the payloadID property.
      Parameters:
      value - allowed object is String
    • getTimestamp

      public String getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is String
    • setTimestamp

      public void setTimestamp(String value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is String
    • getSignatureVersion

      public String getSignatureVersion()
      Gets the value of the signatureVersion property.
      Returns:
      possible object is String
    • setSignatureVersion

      public void setSignatureVersion(String value)
      Sets the value of the signatureVersion property.
      Parameters:
      value - allowed object is String
    • getXmlLang

      public String getXmlLang()
      Gets the value of the xmlLang property.
      Returns:
      possible object is String
    • setXmlLang

      public void setXmlLang(String value)
      Sets the value of the xmlLang property.
      Parameters:
      value - allowed object is String
    • getHeaderOrMessageOrRequestOrResponse

      public List<Object> 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 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

    • getDsSignature

      public List<DsSignature> 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 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