Class TstInfo


  • public class TstInfo
    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="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
             <element name="CreationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="Policy" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="ErrorBound" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="Ordered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="TSA" type="{urn:oasis:names:tc:SAML:1.0:assertion}NameIdentifierType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      TstInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.datatype.XMLGregorianCalendar getCreationTime()
      Gets the value of the creationTime property.
      javax.xml.datatype.Duration getErrorBound()
      Gets the value of the errorBound property.
      java.lang.String getPolicy()
      Gets the value of the policy property.
      java.math.BigInteger getSerialNumber()
      Gets the value of the serialNumber property.
      NameIdentifierType getTSA()
      Gets the value of the tsa property.
      java.lang.Boolean isOrdered()
      Gets the value of the ordered property.
      void setCreationTime​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the creationTime property.
      void setErrorBound​(javax.xml.datatype.Duration value)
      Sets the value of the errorBound property.
      void setOrdered​(java.lang.Boolean value)
      Sets the value of the ordered property.
      void setPolicy​(java.lang.String value)
      Sets the value of the policy property.
      void setSerialNumber​(java.math.BigInteger value)
      Sets the value of the serialNumber property.
      void setTSA​(NameIdentifierType value)
      Sets the value of the tsa property.
      • Methods inherited from class java.lang.Object

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

      • serialNumber

        protected java.math.BigInteger serialNumber
      • creationTime

        protected javax.xml.datatype.XMLGregorianCalendar creationTime
      • policy

        protected java.lang.String policy
      • errorBound

        protected javax.xml.datatype.Duration errorBound
      • ordered

        protected java.lang.Boolean ordered
    • Constructor Detail

      • TstInfo

        public TstInfo()
    • Method Detail

      • getSerialNumber

        public java.math.BigInteger getSerialNumber()
        Gets the value of the serialNumber property.
        Returns:
        possible object is BigInteger
      • setSerialNumber

        public void setSerialNumber​(java.math.BigInteger value)
        Sets the value of the serialNumber property.
        Parameters:
        value - allowed object is BigInteger
      • getCreationTime

        public javax.xml.datatype.XMLGregorianCalendar getCreationTime()
        Gets the value of the creationTime property.
        Returns:
        possible object is XMLGregorianCalendar
      • setCreationTime

        public void setCreationTime​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the creationTime property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getPolicy

        public java.lang.String getPolicy()
        Gets the value of the policy property.
        Returns:
        possible object is String
      • setPolicy

        public void setPolicy​(java.lang.String value)
        Sets the value of the policy property.
        Parameters:
        value - allowed object is String
      • getErrorBound

        public javax.xml.datatype.Duration getErrorBound()
        Gets the value of the errorBound property.
        Returns:
        possible object is Duration
      • setErrorBound

        public void setErrorBound​(javax.xml.datatype.Duration value)
        Sets the value of the errorBound property.
        Parameters:
        value - allowed object is Duration
      • isOrdered

        public java.lang.Boolean isOrdered()
        Gets the value of the ordered property.
        Returns:
        possible object is Boolean
      • setOrdered

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