@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:56:39+01:00", comments="JAXB RI v2.2.11") public class TstInfo extends Object implements Serializable
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 and Description |
|---|
TstInfo() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getCreationTime()
Gets the value of the creationTime property.
|
Duration |
getErrorBound()
Gets the value of the errorBound property.
|
String |
getPolicy()
Gets the value of the policy property.
|
BigInteger |
getSerialNumber()
Gets the value of the serialNumber property.
|
NameIdentifierType |
getTSA()
Gets the value of the tsa property.
|
Boolean |
isOrdered()
Gets the value of the ordered property.
|
void |
setCreationTime(org.joda.time.DateTime value)
Sets the value of the creationTime property.
|
void |
setErrorBound(Duration value)
Sets the value of the errorBound property.
|
void |
setOrdered(Boolean value)
Sets the value of the ordered property.
|
void |
setPolicy(String value)
Sets the value of the policy property.
|
void |
setSerialNumber(BigInteger value)
Sets the value of the serialNumber property.
|
void |
setTSA(NameIdentifierType value)
Sets the value of the tsa property.
|
public BigInteger getSerialNumber()
BigIntegerpublic void setSerialNumber(BigInteger value)
value - allowed object is
BigIntegerpublic org.joda.time.DateTime getCreationTime()
Stringpublic void setCreationTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getPolicy()
Stringpublic void setPolicy(String value)
value - allowed object is
Stringpublic Duration getErrorBound()
Durationpublic void setErrorBound(Duration value)
value - allowed object is
Durationpublic Boolean isOrdered()
Booleanpublic void setOrdered(Boolean value)
value - allowed object is
Booleanpublic NameIdentifierType getTSA()
NameIdentifierTypepublic void setTSA(NameIdentifierType value)
value - allowed object is
NameIdentifierType
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.