Class TstInfo
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.TstInfo
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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected Durationprotected Booleanprotected Stringprotected BigIntegerprotected NameIdentifierType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creationTime property.Gets the value of the errorBound property.Gets the value of the policy property.Gets the value of the serialNumber property.getTSA()Gets the value of the tsa property.Gets the value of the ordered property.voidSets the value of the creationTime property.voidsetErrorBound(Duration value) Sets the value of the errorBound property.voidsetOrdered(Boolean value) Sets the value of the ordered property.voidSets the value of the policy property.voidsetSerialNumber(BigInteger value) Sets the value of the serialNumber property.voidsetTSA(NameIdentifierType value) Sets the value of the tsa property.
-
Field Details
-
serialNumber
-
creationTime
-
policy
-
errorBound
-
ordered
-
tsa
-
-
Constructor Details
-
TstInfo
public TstInfo()
-
-
Method Details
-
getSerialNumber
Gets the value of the serialNumber property.- Returns:
- possible object is
BigInteger
-
setSerialNumber
Sets the value of the serialNumber property.- Parameters:
value- allowed object isBigInteger
-
getCreationTime
Gets the value of the creationTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreationTime
Sets the value of the creationTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getPolicy
Gets the value of the policy property.- Returns:
- possible object is
String
-
setPolicy
Sets the value of the policy property.- Parameters:
value- allowed object isString
-
getErrorBound
Gets the value of the errorBound property.- Returns:
- possible object is
Duration
-
setErrorBound
Sets the value of the errorBound property.- Parameters:
value- allowed object isDuration
-
isOrdered
Gets the value of the ordered property.- Returns:
- possible object is
Boolean
-
setOrdered
Sets the value of the ordered property.- Parameters:
value- allowed object isBoolean
-
getTSA
Gets the value of the tsa property.- Returns:
- possible object is
NameIdentifierType
-
setTSA
Sets the value of the tsa property.- Parameters:
value- allowed object isNameIdentifierType
-