Package org.cxml

Class CXML


  • public class CXML
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CXML()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • version

        protected java.lang.String version
      • payloadID

        protected java.lang.String payloadID
      • timestamp

        protected java.lang.String timestamp
      • signatureVersion

        protected java.lang.String signatureVersion
      • xmlLang

        protected java.lang.String xmlLang
      • headerOrMessageOrRequestOrResponse

        protected java.util.List<java.lang.Object> headerOrMessageOrRequestOrResponse
      • dsSignature

        protected java.util.List<DsSignature> dsSignature
    • Constructor Detail

      • CXML

        public CXML()
    • Method Detail

      • getVersion

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

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

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

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

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

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

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

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

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

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

        public java.util.List<java.lang.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 java.util.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