Class EncryptedCSMessageType


  • public class EncryptedCSMessageType
    extends java.lang.Object

    Java class for EncryptedCSMessageType complex type.

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

     <complexType name="EncryptedCSMessageType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.w3.org/2001/04/xmlenc#}EncryptedData"/>
           </sequence>
           <attribute name="version" use="required" type="{http://certificateservices.org/xsd/encrypted_csmessages2_0}notemptystring" />
           <attribute name="ID" use="required" type="{http://certificateservices.org/xsd/encrypted_csmessages2_0}uuid" />
           <attribute name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EncryptedDataType getEncryptedData()
      Gets the value of the encryptedData property.
      java.lang.String getID()
      Gets the value of the id 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 setEncryptedData​(EncryptedDataType value)
      Sets the value of the encryptedData property.
      void setID​(java.lang.String value)
      Sets the value of the id 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

      • version

        protected java.lang.String version
      • id

        protected java.lang.String id
      • timeStamp

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

      • EncryptedCSMessageType

        public EncryptedCSMessageType()
    • Method Detail

      • setEncryptedData

        public void setEncryptedData​(EncryptedDataType value)
        Sets the value of the encryptedData property.
        Parameters:
        value - allowed object is EncryptedDataType
      • 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
      • 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