@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:23:38+02:00", comments="JAXB RI v2.3.7") 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()
BigInteger
public void setSerialNumber(BigInteger value)
value
- allowed object is
BigInteger
public org.joda.time.DateTime getCreationTime()
String
public void setCreationTime(org.joda.time.DateTime value)
value
- allowed object is
String
public String getPolicy()
String
public void setPolicy(String value)
value
- allowed object is
String
public Duration getErrorBound()
Duration
public void setErrorBound(Duration value)
value
- allowed object is
Duration
public Boolean isOrdered()
Boolean
public void setOrdered(Boolean value)
value
- allowed object is
Boolean
public NameIdentifierType getTSA()
NameIdentifierType
public void setTSA(NameIdentifierType value)
value
- allowed object is
NameIdentifierType
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.