public abstract class GenericTimeStampType extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
| Modifier and Type | Field and Description |
|---|---|
protected CanonicalizationMethod |
canonicalizationMethod |
protected List<Object> |
encapsulatedTimeStampsAndXMLTimeStamps |
protected String |
id |
protected List<Include> |
includes |
protected List<ReferenceInfo> |
referenceInfos |
| Constructor and Description |
|---|
GenericTimeStampType()
Default no-arg constructor
|
GenericTimeStampType(List<ReferenceInfo> referenceInfos,
List<Include> includes,
CanonicalizationMethod canonicalizationMethod,
List<Object> encapsulatedTimeStampsAndXMLTimeStamps,
String id)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
CanonicalizationMethod |
getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.
|
List<Object> |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCanonicalizationMethod(CanonicalizationMethod value)
Sets the value of the canonicalizationMethod property.
|
void |
setEncapsulatedTimeStampsAndXMLTimeStamps(List<Object> value) |
void |
setId(String value)
Sets the value of the id property.
|
void |
setIncludes(List<Include> value) |
void |
setReferenceInfos(List<ReferenceInfo> value) |
String |
toString() |
GenericTimeStampType |
withCanonicalizationMethod(CanonicalizationMethod value) |
GenericTimeStampType |
withEncapsulatedTimeStampsAndXMLTimeStamps(Collection<Object> values) |
GenericTimeStampType |
withEncapsulatedTimeStampsAndXMLTimeStamps(List<Object> value) |
GenericTimeStampType |
withEncapsulatedTimeStampsAndXMLTimeStamps(Object... values) |
GenericTimeStampType |
withId(String value) |
GenericTimeStampType |
withIncludes(Collection<Include> values) |
GenericTimeStampType |
withIncludes(Include... values) |
GenericTimeStampType |
withIncludes(List<Include> value) |
GenericTimeStampType |
withReferenceInfos(Collection<ReferenceInfo> values) |
GenericTimeStampType |
withReferenceInfos(List<ReferenceInfo> value) |
GenericTimeStampType |
withReferenceInfos(ReferenceInfo... values) |
protected List<ReferenceInfo> referenceInfos
protected CanonicalizationMethod canonicalizationMethod
protected List<Object> encapsulatedTimeStampsAndXMLTimeStamps
protected String id
public GenericTimeStampType()
public GenericTimeStampType(List<ReferenceInfo> referenceInfos, List<Include> includes, CanonicalizationMethod canonicalizationMethod, List<Object> encapsulatedTimeStampsAndXMLTimeStamps, String id)
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 void setId(String value)
value - allowed object is
Stringpublic void setReferenceInfos(List<ReferenceInfo> value)
public void setEncapsulatedTimeStampsAndXMLTimeStamps(List<Object> value)
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.ToStringpublic 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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic 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)
Copyright © 2014 Digipost Open Source. All Rights Reserved.