Class GetITSSDataRequest


  • public class GetITSSDataRequest
    extends CSRequest

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest">
           <sequence>
             <element name="canonicalId" type="{http://certificateservices.org/xsd/v2x_registration_2_0}CanonicalIdType"/>
             <element name="includeEC" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String canonicalId  
      protected java.lang.Boolean includeEC  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCanonicalId()
      Gets the value of the canonicalId property.
      java.lang.Boolean isIncludeEC()
      Gets the value of the includeEC property.
      void setCanonicalId​(java.lang.String value)
      Sets the value of the canonicalId property.
      void setIncludeEC​(java.lang.Boolean value)
      Sets the value of the includeEC property.
      • Methods inherited from class java.lang.Object

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

      • canonicalId

        protected java.lang.String canonicalId
      • includeEC

        protected java.lang.Boolean includeEC
    • Constructor Detail

      • GetITSSDataRequest

        public GetITSSDataRequest()
    • Method Detail

      • getCanonicalId

        public java.lang.String getCanonicalId()
        Gets the value of the canonicalId property.
        Returns:
        possible object is String
      • setCanonicalId

        public void setCanonicalId​(java.lang.String value)
        Sets the value of the canonicalId property.
        Parameters:
        value - allowed object is String
      • isIncludeEC

        public java.lang.Boolean isIncludeEC()
        Gets the value of the includeEC property.
        Returns:
        possible object is Boolean
      • setIncludeEC

        public void setIncludeEC​(java.lang.Boolean value)
        Sets the value of the includeEC property.
        Parameters:
        value - allowed object is Boolean