Class DiscoveredCredentialDataRequest


  • public class DiscoveredCredentialDataRequest
    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="agentId" type="{http://certificateservices.org/xsd/csmessages2_0}between1and250string"/>
             <element name="scanId" type="{http://certificateservices.org/xsd/csmessages2_0}uuid"/>
             <element name="scanTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="discoveredCredentialData" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="dcd" type="{http://certificateservices.org/xsd/cs_agent_protocol2_0}DiscoveredCredentialData" maxOccurs="100"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DiscoveredCredentialDataRequest

        public DiscoveredCredentialDataRequest()
    • Method Detail

      • getAgentId

        public java.lang.String getAgentId()
        Gets the value of the agentId property.
        Returns:
        possible object is String
      • setAgentId

        public void setAgentId​(java.lang.String value)
        Sets the value of the agentId property.
        Parameters:
        value - allowed object is String
      • getScanId

        public java.lang.String getScanId()
        Gets the value of the scanId property.
        Returns:
        possible object is String
      • setScanId

        public void setScanId​(java.lang.String value)
        Sets the value of the scanId property.
        Parameters:
        value - allowed object is String
      • getScanTimeStamp

        public javax.xml.datatype.XMLGregorianCalendar getScanTimeStamp()
        Gets the value of the scanTimeStamp property.
        Returns:
        possible object is XMLGregorianCalendar
      • setScanTimeStamp

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