Class TstInfo

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.TstInfo

public class TstInfo extends 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>
 
  • Field Details

  • Constructor Details

    • TstInfo

      public TstInfo()
  • Method Details

    • getSerialNumber

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

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

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

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

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

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

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

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

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

      public void setOrdered(Boolean value)
      Sets the value of the ordered property.
      Parameters:
      value - allowed object is Boolean
    • getTSA

      public NameIdentifierType getTSA()
      Gets the value of the tsa property.
      Returns:
      possible object is NameIdentifierType
    • setTSA

      public void setTSA(NameIdentifierType value)
      Sets the value of the tsa property.
      Parameters:
      value - allowed object is NameIdentifierType