Class CSExport


  • public class CSExport
    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="organisations" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="organisation" type="{http://certificateservices.org/xsd/csexport_data_1_0}Organisation" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="tokenTypes" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="tokenType" type="{http://certificateservices.org/xsd/csexport_data_1_0}TokenType" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
           </sequence>
           <attribute name="version" use="required" type="{http://certificateservices.org/xsd/csexport_data_1_0}notemptystring" />
           <attribute name="ID" use="required" type="{http://certificateservices.org/xsd/csexport_data_1_0}uuid" />
           <attribute name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • version

        protected java.lang.String version
      • id

        protected java.lang.String id
      • timeStamp

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

      • CSExport

        public CSExport()
    • Method Detail

      • 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
      • 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