|
||||||||||
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="2023-09-11T04:15:30+02:00", comments="JAXB RI v2.3.6") 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()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |