|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.dss._1_0.core.schema.TstInfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-20T05:23:16+02:00",
comments="JAXB RI v2.2.11")
public class 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>
| Constructor Summary | |
|---|---|
TstInfo()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TstInfo()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||