Class Approver


  • public class Approver
    extends java.lang.Object

    Java class for Approval complex type.

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

     <complexType name="Approval">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="type" type="{http://certificateservices.org/xsd/csmessages2_0}ApprovalType"/>
             <element name="approvalDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="credential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Approver()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.datatype.XMLGregorianCalendar getApprovalDate()
      Gets the value of the approvalDate property.
      Credential getCredential()
      Gets the value of the credential property.
      java.lang.String getDescription()
      Gets the value of the description property.
      ApproverType getType()
      Gets the value of the type property.
      void setApprovalDate​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the approvalDate property.
      void setCredential​(Credential value)
      Sets the value of the credential property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setType​(ApproverType value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

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

      • approvalDate

        protected javax.xml.datatype.XMLGregorianCalendar approvalDate
      • description

        protected java.lang.String description
    • Constructor Detail

      • Approver

        public Approver()
    • Method Detail

      • setType

        public void setType​(ApproverType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is ApproverType
      • getApprovalDate

        public javax.xml.datatype.XMLGregorianCalendar getApprovalDate()
        Gets the value of the approvalDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setApprovalDate

        public void setApprovalDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the approvalDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getCredential

        public Credential getCredential()
        Gets the value of the credential property.
        Returns:
        possible object is Credential
      • setCredential

        public void setCredential​(Credential value)
        Sets the value of the credential property.
        Parameters:
        value - allowed object is Credential
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String