Class DiscoveredCredential

  • Direct Known Subclasses:
    DiscoveredCredentialData

    public class DiscoveredCredential
    extends java.lang.Object

    Java class for DiscoveredCredential complex type.

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

     <complexType name="DiscoveredCredential">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="h" type="{http://certificateservices.org/xsd/csmessages2_0}between1and250string"/>
             <element name="t" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <sequence>
               <element name="as" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence>
                         <element name="a" type="{http://certificateservices.org/xsd/csmessages2_0}Attribute" maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
             </sequence>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DiscoveredCredential.As
      Java class for anonymous complex type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected DiscoveredCredential.As as  
      protected java.lang.String h  
      protected javax.xml.datatype.XMLGregorianCalendar t  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DiscoveredCredential.As getAs()
      Gets the value of the as property.
      java.lang.String getH()
      Gets the value of the h property.
      javax.xml.datatype.XMLGregorianCalendar getT()
      Gets the value of the t property.
      void setAs​(DiscoveredCredential.As value)
      Sets the value of the as property.
      void setH​(java.lang.String value)
      Sets the value of the h property.
      void setT​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the t property.
      • Methods inherited from class java.lang.Object

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

      • h

        protected java.lang.String h
      • t

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

      • DiscoveredCredential

        public DiscoveredCredential()
    • Method Detail

      • getH

        public java.lang.String getH()
        Gets the value of the h property.
        Returns:
        possible object is String
      • setH

        public void setH​(java.lang.String value)
        Sets the value of the h property.
        Parameters:
        value - allowed object is String
      • getT

        public javax.xml.datatype.XMLGregorianCalendar getT()
        Gets the value of the t property.
        Returns:
        possible object is XMLGregorianCalendar
      • setT

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