Package org.etsi.uri._01903.v1_3
Class OtherTimeStamp
- java.lang.Object
-
- org.etsi.uri._01903.v1_3.GenericTimeStampType
-
- org.etsi.uri._01903.v1_3.OtherTimeStamp
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class OtherTimeStamp extends GenericTimeStampType implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for OtherTimeStampType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherTimeStampType"> <complexContent> <restriction base="{http://uri.etsi.org/01903/v1.3.2#}GenericTimeStampType"> <sequence> <element ref="{http://uri.etsi.org/01903/v1.3.2#}ReferenceInfo" maxOccurs="unbounded"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}CanonicalizationMethod" minOccurs="0"/> <choice> <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
-
Fields inherited from class org.etsi.uri._01903.v1_3.GenericTimeStampType
canonicalizationMethod, encapsulatedTimeStampsAndXMLTimeStamps, id, includes, referenceInfos
-
-
Constructor Summary
Constructors Constructor Description OtherTimeStamp()Default no-arg constructorOtherTimeStamp(List<ReferenceInfo> referenceInfos, List<Include> includes, no.digipost.org.w3.xmldsig.CanonicalizationMethod canonicalizationMethod, List<Object> encapsulatedTimeStampsAndXMLTimeStamps, String id)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)StringtoString()OtherTimeStampwithCanonicalizationMethod(no.digipost.org.w3.xmldsig.CanonicalizationMethod value)OtherTimeStampwithEncapsulatedTimeStampsAndXMLTimeStamps(Object... values)OtherTimeStampwithEncapsulatedTimeStampsAndXMLTimeStamps(Collection<Object> values)OtherTimeStampwithEncapsulatedTimeStampsAndXMLTimeStamps(List<Object> value)OtherTimeStampwithId(String value)OtherTimeStampwithIncludes(Collection<Include> values)OtherTimeStampwithIncludes(List<Include> value)OtherTimeStampwithIncludes(Include... values)OtherTimeStampwithReferenceInfos(Collection<ReferenceInfo> values)OtherTimeStampwithReferenceInfos(List<ReferenceInfo> value)OtherTimeStampwithReferenceInfos(ReferenceInfo... values)-
Methods inherited from class org.etsi.uri._01903.v1_3.GenericTimeStampType
getCanonicalizationMethod, getEncapsulatedTimeStampsAndXMLTimeStamps, getId, getIncludes, getReferenceInfos, setCanonicalizationMethod, setEncapsulatedTimeStampsAndXMLTimeStamps, setId, setIncludes, setReferenceInfos
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classGenericTimeStampType
-
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- Overrides:
appendin classGenericTimeStampType
-
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- Overrides:
appendFieldsin classGenericTimeStampType
-
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- Overrides:
equalsin classGenericTimeStampType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classGenericTimeStampType
-
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- Overrides:
hashCodein classGenericTimeStampType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGenericTimeStampType
-
withReferenceInfos
public OtherTimeStamp withReferenceInfos(ReferenceInfo... values)
- Overrides:
withReferenceInfosin classGenericTimeStampType
-
withReferenceInfos
public OtherTimeStamp withReferenceInfos(Collection<ReferenceInfo> values)
- Overrides:
withReferenceInfosin classGenericTimeStampType
-
withIncludes
public OtherTimeStamp withIncludes(Include... values)
- Overrides:
withIncludesin classGenericTimeStampType
-
withIncludes
public OtherTimeStamp withIncludes(Collection<Include> values)
- Overrides:
withIncludesin classGenericTimeStampType
-
withCanonicalizationMethod
public OtherTimeStamp withCanonicalizationMethod(no.digipost.org.w3.xmldsig.CanonicalizationMethod value)
- Overrides:
withCanonicalizationMethodin classGenericTimeStampType
-
withEncapsulatedTimeStampsAndXMLTimeStamps
public OtherTimeStamp withEncapsulatedTimeStampsAndXMLTimeStamps(Object... values)
- Overrides:
withEncapsulatedTimeStampsAndXMLTimeStampsin classGenericTimeStampType
-
withEncapsulatedTimeStampsAndXMLTimeStamps
public OtherTimeStamp withEncapsulatedTimeStampsAndXMLTimeStamps(Collection<Object> values)
- Overrides:
withEncapsulatedTimeStampsAndXMLTimeStampsin classGenericTimeStampType
-
withId
public OtherTimeStamp withId(String value)
- Overrides:
withIdin classGenericTimeStampType
-
withReferenceInfos
public OtherTimeStamp withReferenceInfos(List<ReferenceInfo> value)
- Overrides:
withReferenceInfosin classGenericTimeStampType
-
withIncludes
public OtherTimeStamp withIncludes(List<Include> value)
- Overrides:
withIncludesin classGenericTimeStampType
-
withEncapsulatedTimeStampsAndXMLTimeStamps
public OtherTimeStamp withEncapsulatedTimeStampsAndXMLTimeStamps(List<Object> value)
- Overrides:
withEncapsulatedTimeStampsAndXMLTimeStampsin classGenericTimeStampType
-
-