|
||||||||||
| 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
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>
| Field Summary | |
|---|---|
protected CanonicalizationMethod |
canonicalizationMethod
|
protected List<Object> |
encapsulatedTimeStampsAndXMLTimeStamps
|
protected String |
id
|
protected List<Include> |
includes
|
protected List<ReferenceInfo> |
referenceInfos
|
| Constructor Summary | |
|---|---|
GenericTimeStampType()
Default no-arg constructor |
|
GenericTimeStampType(List<ReferenceInfo> referenceInfos,
List<Include> includes,
CanonicalizationMethod canonicalizationMethod,
List<Object> encapsulatedTimeStampsAndXMLTimeStamps,
String id)
Fully-initialising value constructor |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<ReferenceInfo> referenceInfos
protected List<Include> includes
protected CanonicalizationMethod canonicalizationMethod
protected List<Object> encapsulatedTimeStampsAndXMLTimeStamps
protected String id
| Constructor Detail |
|---|
public GenericTimeStampType()
public GenericTimeStampType(List<ReferenceInfo> referenceInfos,
List<Include> includes,
CanonicalizationMethod canonicalizationMethod,
List<Object> encapsulatedTimeStampsAndXMLTimeStamps,
String id)
| 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()
CanonicalizationMethodpublic void setCanonicalizationMethod(CanonicalizationMethod value)
value - allowed object is
CanonicalizationMethodpublic List<Object> 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()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic void setReferenceInfos(List<ReferenceInfo> value)
public void setIncludes(List<Include> value)
public void setEncapsulatedTimeStampsAndXMLTimeStamps(List<Object> value)
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic GenericTimeStampType withReferenceInfos(ReferenceInfo... values)
public GenericTimeStampType withReferenceInfos(Collection<ReferenceInfo> values)
public GenericTimeStampType withIncludes(Include... values)
public GenericTimeStampType withIncludes(Collection<Include> values)
public GenericTimeStampType withCanonicalizationMethod(CanonicalizationMethod value)
public GenericTimeStampType withEncapsulatedTimeStampsAndXMLTimeStamps(Object... values)
public GenericTimeStampType withEncapsulatedTimeStampsAndXMLTimeStamps(Collection<Object> values)
public GenericTimeStampType withId(String value)
public GenericTimeStampType withReferenceInfos(List<ReferenceInfo> value)
public GenericTimeStampType withIncludes(List<Include> value)
public GenericTimeStampType withEncapsulatedTimeStampsAndXMLTimeStamps(List<Object> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||