Class CSMessage


  • public class CSMessage
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="sourceId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="destinationId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="organisation" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="originator" type="{http://certificateservices.org/xsd/csmessages2_0}Originator" minOccurs="0"/>
             <element name="assertions" type="{http://certificateservices.org/xsd/csmessages2_0}Assertions" minOccurs="0"/>
             <element name="payload" type="{http://certificateservices.org/xsd/csmessages2_0}Payload"/>
             <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
           </sequence>
           <attribute name="version" use="required" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" />
           <attribute name="ID" use="required" type="{http://certificateservices.org/xsd/csmessages2_0}uuid" />
           <attribute name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      CSMessage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Assertions getAssertions()
      Gets the value of the assertions property.
      java.lang.String getDestinationId()
      Gets the value of the destinationId property.
      java.lang.String getID()
      Gets the value of the id property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getOrganisation()
      Gets the value of the organisation property.
      Originator getOriginator()
      Gets the value of the originator property.
      Payload getPayload()
      Gets the value of the payload property.
      java.lang.String getPayLoadVersion()
      Gets the value of the payLoadVersion property.
      SignatureType getSignature()
      Gets the value of the signature property.
      java.lang.String getSourceId()
      Gets the value of the sourceId property.
      javax.xml.datatype.XMLGregorianCalendar getTimeStamp()
      Gets the value of the timeStamp property.
      java.lang.String getVersion()
      Gets the value of the version property.
      void setAssertions​(Assertions value)
      Sets the value of the assertions property.
      void setDestinationId​(java.lang.String value)
      Sets the value of the destinationId property.
      void setID​(java.lang.String value)
      Sets the value of the id property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setOrganisation​(java.lang.String value)
      Sets the value of the organisation property.
      void setOriginator​(Originator value)
      Sets the value of the originator property.
      void setPayload​(Payload value)
      Sets the value of the payload property.
      void setPayLoadVersion​(java.lang.String value)
      Sets the value of the payLoadVersion property.
      void setSignature​(SignatureType value)
      Sets the value of the signature property.
      void setSourceId​(java.lang.String value)
      Sets the value of the sourceId property.
      void setTimeStamp​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the timeStamp property.
      void setVersion​(java.lang.String value)
      Sets the value of the version property.
      • Methods inherited from class java.lang.Object

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

      • name

        protected java.lang.String name
      • sourceId

        protected java.lang.String sourceId
      • destinationId

        protected java.lang.String destinationId
      • organisation

        protected java.lang.String organisation
      • payload

        protected Payload payload
      • version

        protected java.lang.String version
      • payLoadVersion

        protected java.lang.String payLoadVersion
      • id

        protected java.lang.String id
      • timeStamp

        protected javax.xml.datatype.XMLGregorianCalendar timeStamp
    • Constructor Detail

      • CSMessage

        public CSMessage()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getSourceId

        public java.lang.String getSourceId()
        Gets the value of the sourceId property.
        Returns:
        possible object is String
      • setSourceId

        public void setSourceId​(java.lang.String value)
        Sets the value of the sourceId property.
        Parameters:
        value - allowed object is String
      • getDestinationId

        public java.lang.String getDestinationId()
        Gets the value of the destinationId property.
        Returns:
        possible object is String
      • setDestinationId

        public void setDestinationId​(java.lang.String value)
        Sets the value of the destinationId property.
        Parameters:
        value - allowed object is String
      • getOrganisation

        public java.lang.String getOrganisation()
        Gets the value of the organisation property.
        Returns:
        possible object is String
      • setOrganisation

        public void setOrganisation​(java.lang.String value)
        Sets the value of the organisation property.
        Parameters:
        value - allowed object is String
      • getOriginator

        public Originator getOriginator()
        Gets the value of the originator property.
        Returns:
        possible object is Originator
      • setOriginator

        public void setOriginator​(Originator value)
        Sets the value of the originator property.
        Parameters:
        value - allowed object is Originator
      • getAssertions

        public Assertions getAssertions()
        Gets the value of the assertions property.
        Returns:
        possible object is Assertions
      • setAssertions

        public void setAssertions​(Assertions value)
        Sets the value of the assertions property.
        Parameters:
        value - allowed object is Assertions
      • getPayload

        public Payload getPayload()
        Gets the value of the payload property.
        Returns:
        possible object is Payload
      • setPayload

        public void setPayload​(Payload value)
        Sets the value of the payload property.
        Parameters:
        value - allowed object is Payload
      • getSignature

        public SignatureType getSignature()
        Gets the value of the signature property.
        Returns:
        possible object is SignatureType
      • setSignature

        public void setSignature​(SignatureType value)
        Sets the value of the signature property.
        Parameters:
        value - allowed object is SignatureType
      • 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
      • getPayLoadVersion

        public java.lang.String getPayLoadVersion()
        Gets the value of the payLoadVersion property.
        Returns:
        possible object is String
      • setPayLoadVersion

        public void setPayLoadVersion​(java.lang.String value)
        Sets the value of the payLoadVersion property.
        Parameters:
        value - allowed object is String
      • getID

        public java.lang.String getID()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setID

        public void setID​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getTimeStamp

        public javax.xml.datatype.XMLGregorianCalendar getTimeStamp()
        Gets the value of the timeStamp property.
        Returns:
        possible object is XMLGregorianCalendar
      • setTimeStamp

        public void setTimeStamp​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the timeStamp property.
        Parameters:
        value - allowed object is XMLGregorianCalendar