Class TstInfo
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.TstInfo
-
public class TstInfo extends java.lang.ObjectJava 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 Summary
Fields Modifier and Type Field Description protected javax.xml.datatype.XMLGregorianCalendarcreationTimeprotected javax.xml.datatype.DurationerrorBoundprotected java.lang.Booleanorderedprotected java.lang.Stringpolicyprotected java.math.BigIntegerserialNumberprotected NameIdentifierTypetsa
-
Constructor Summary
Constructors Constructor Description TstInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetCreationTime()Gets the value of the creationTime property.javax.xml.datatype.DurationgetErrorBound()Gets the value of the errorBound property.java.lang.StringgetPolicy()Gets the value of the policy property.java.math.BigIntegergetSerialNumber()Gets the value of the serialNumber property.NameIdentifierTypegetTSA()Gets the value of the tsa property.java.lang.BooleanisOrdered()Gets the value of the ordered property.voidsetCreationTime(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the creationTime property.voidsetErrorBound(javax.xml.datatype.Duration value)Sets the value of the errorBound property.voidsetOrdered(java.lang.Boolean value)Sets the value of the ordered property.voidsetPolicy(java.lang.String value)Sets the value of the policy property.voidsetSerialNumber(java.math.BigInteger value)Sets the value of the serialNumber property.voidsetTSA(NameIdentifierType value)Sets the value of the tsa property.
-
-
-
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
-
tsa
protected NameIdentifierType tsa
-
-
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 isBigInteger
-
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 isXMLGregorianCalendar
-
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 isString
-
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 isDuration
-
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 isBoolean
-
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 isNameIdentifierType
-
-