Class GenericTimeStampType
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
OtherTimeStamp,XAdESTimeStampType
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
FieldsModifier and TypeFieldDescriptionprotected no.digipost.org.w3.xmldsig.CanonicalizationMethodprotected Stringprotected List<ReferenceInfo> -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorGenericTimeStampType(List<ReferenceInfo> referenceInfos, List<Include> includes, no.digipost.org.w3.xmldsig.CanonicalizationMethod canonicalizationMethod, List<Object> encapsulatedTimeStampsAndXMLTimeStamps, String id) Fully-initialising value constructor -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) no.digipost.org.w3.xmldsig.CanonicalizationMethodGets the value of the canonicalizationMethod property.Gets the value of the encapsulatedTimeStampsAndXMLTimeStamps property.getId()Gets the value of the id property.Gets the value of the includes property.Gets the value of the referenceInfos property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetCanonicalizationMethod(no.digipost.org.w3.xmldsig.CanonicalizationMethod value) Sets the value of the canonicalizationMethod property.voidvoidSets the value of the id property.voidsetIncludes(List<Include> value) voidsetReferenceInfos(List<ReferenceInfo> value) toString()withCanonicalizationMethod(no.digipost.org.w3.xmldsig.CanonicalizationMethod value) withEncapsulatedTimeStampsAndXMLTimeStamps(Object... values) withIncludes(Collection<Include> values) withIncludes(List<Include> value) withIncludes(Include... values) withReferenceInfos(Collection<ReferenceInfo> values) withReferenceInfos(List<ReferenceInfo> value) withReferenceInfos(ReferenceInfo... values)
-
Field Details
-
referenceInfos
-
includes
-
canonicalizationMethod
protected no.digipost.org.w3.xmldsig.CanonicalizationMethod canonicalizationMethod -
encapsulatedTimeStampsAndXMLTimeStamps
-
id
-
-
Constructor Details
-
GenericTimeStampType
public GenericTimeStampType()Default no-arg constructor -
GenericTimeStampType
public GenericTimeStampType(List<ReferenceInfo> referenceInfos, List<Include> includes, no.digipost.org.w3.xmldsig.CanonicalizationMethod canonicalizationMethod, List<Object> encapsulatedTimeStampsAndXMLTimeStamps, String id) Fully-initialising value constructor
-
-
Method Details
-
getReferenceInfos
Gets the value of the referenceInfos property.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
setmethod 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 -
getIncludes
Gets the value of the includes property.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
setmethod 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 -
getCanonicalizationMethod
public no.digipost.org.w3.xmldsig.CanonicalizationMethod getCanonicalizationMethod()Gets the value of the canonicalizationMethod property.- Returns:
- possible object is
CanonicalizationMethod
-
setCanonicalizationMethod
public void setCanonicalizationMethod(no.digipost.org.w3.xmldsig.CanonicalizationMethod value) Sets the value of the canonicalizationMethod property.- Parameters:
value- allowed object isCanonicalizationMethod
-
getEncapsulatedTimeStampsAndXMLTimeStamps
Gets the value of the encapsulatedTimeStampsAndXMLTimeStamps property.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
setmethod 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
AnyEncapsulatedPKIData -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
setReferenceInfos
-
setIncludes
-
setEncapsulatedTimeStampsAndXMLTimeStamps
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode() -
withReferenceInfos
-
withReferenceInfos
-
withIncludes
-
withIncludes
-
withCanonicalizationMethod
public GenericTimeStampType withCanonicalizationMethod(no.digipost.org.w3.xmldsig.CanonicalizationMethod value) -
withEncapsulatedTimeStampsAndXMLTimeStamps
-
withEncapsulatedTimeStampsAndXMLTimeStamps
-
withId
-
withReferenceInfos
-
withIncludes
-
withEncapsulatedTimeStampsAndXMLTimeStamps
-