@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:18:55+02:00", comments="JAXB RI v2.2.11") public abstract class GenericTimeStampType extends Object implements Serializable
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 and Description |
---|
GenericTimeStampType() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.