|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.etsi.uri._01903.v1_3.GenericTimeStampType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-12T04:56:11+01:00", comments="JAXB RI v2.2.11") public abstract class GenericTimeStampType
Java class for GenericTimeStampType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericTimeStampType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice minOccurs="0"> <element ref="{http://uri.etsi.org/01903/v1.3.2#}Include" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://uri.etsi.org/01903/v1.3.2#}ReferenceInfo" maxOccurs="unbounded"/> </choice> <element ref="{http://www.w3.org/2000/09/xmldsig#}CanonicalizationMethod" minOccurs="0"/> <choice maxOccurs="unbounded"> <element name="EncapsulatedTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}EncapsulatedPKIDataType"/> <element name="XMLTimeStamp" type="{http://uri.etsi.org/01903/v1.3.2#}AnyType"/> </choice> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
GenericTimeStampType()
|
Method Summary | |
---|---|
CanonicalizationMethod |
getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property. |
List<Serializable> |
getEncapsulatedTimeStampsAndXMLTimeStamps()
Gets the value of the encapsulatedTimeStampsAndXMLTimeStamps property. |
String |
getId()
Gets the value of the id property. |
List<Include> |
getIncludes()
Gets the value of the includes property. |
List<ReferenceInfo> |
getReferenceInfos()
Gets the value of the referenceInfos property. |
void |
setCanonicalizationMethod(CanonicalizationMethod value)
Sets the value of the canonicalizationMethod property. |
void |
setId(String value)
Sets the value of the id property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericTimeStampType()
Method Detail |
---|
public List<ReferenceInfo> getReferenceInfos()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the referenceInfos property.
For example, to add a new item, do as follows:
getReferenceInfos().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceInfo
public List<Include> getIncludes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the includes property.
For example, to add a new item, do as follows:
getIncludes().add(newItem);
Objects of the following type(s) are allowed in the list
Include
public CanonicalizationMethod getCanonicalizationMethod()
CanonicalizationMethod
public void setCanonicalizationMethod(CanonicalizationMethod value)
value
- allowed object is
CanonicalizationMethod
public List<Serializable> getEncapsulatedTimeStampsAndXMLTimeStamps()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the encapsulatedTimeStampsAndXMLTimeStamps property.
For example, to add a new item, do as follows:
getEncapsulatedTimeStampsAndXMLTimeStamps().add(newItem);
Objects of the following type(s) are allowed in the list
EncapsulatedPKIData
Any
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |