org.etsi.uri._01903.v1_3
Class XAdESTimeStampType
java.lang.Object
org.etsi.uri._01903.v1_3.GenericTimeStampType
org.etsi.uri._01903.v1_3.XAdESTimeStampType
- All Implemented Interfaces:
- org.jvnet.jaxb2_commons.lang.ToString
public class XAdESTimeStampType
- extends GenericTimeStampType
- implements org.jvnet.jaxb2_commons.lang.ToString
Java class for XAdESTimeStampType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XAdESTimeStampType">
<complexContent>
<restriction base="{http://uri.etsi.org/01903/v1.3.2#}GenericTimeStampType">
<sequence>
<element ref="{http://uri.etsi.org/01903/v1.3.2#}Include" maxOccurs="unbounded" minOccurs="0"/>
<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>
XAdESTimeStampType
public XAdESTimeStampType()
- Default no-arg constructor
XAdESTimeStampType
public XAdESTimeStampType(List<ReferenceInfo> referenceInfos,
List<Include> includes,
CanonicalizationMethod canonicalizationMethod,
List<Object> encapsulatedTimeStampsAndXMLTimeStamps,
String id)
- Fully-initialising value constructor
toString
public String toString()
- Overrides:
toString in class GenericTimeStampType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
append in class GenericTimeStampType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
appendFields in class GenericTimeStampType
withReferenceInfos
public XAdESTimeStampType withReferenceInfos(ReferenceInfo... values)
- Overrides:
withReferenceInfos in class GenericTimeStampType
withReferenceInfos
public XAdESTimeStampType withReferenceInfos(Collection<ReferenceInfo> values)
- Overrides:
withReferenceInfos in class GenericTimeStampType
withIncludes
public XAdESTimeStampType withIncludes(Include... values)
- Overrides:
withIncludes in class GenericTimeStampType
withIncludes
public XAdESTimeStampType withIncludes(Collection<Include> values)
- Overrides:
withIncludes in class GenericTimeStampType
withCanonicalizationMethod
public XAdESTimeStampType withCanonicalizationMethod(CanonicalizationMethod value)
- Overrides:
withCanonicalizationMethod in class GenericTimeStampType
withEncapsulatedTimeStampsAndXMLTimeStamps
public XAdESTimeStampType withEncapsulatedTimeStampsAndXMLTimeStamps(Object... values)
- Overrides:
withEncapsulatedTimeStampsAndXMLTimeStamps in class GenericTimeStampType
withEncapsulatedTimeStampsAndXMLTimeStamps
public XAdESTimeStampType withEncapsulatedTimeStampsAndXMLTimeStamps(Collection<Object> values)
- Overrides:
withEncapsulatedTimeStampsAndXMLTimeStamps in class GenericTimeStampType
withId
public XAdESTimeStampType withId(String value)
- Overrides:
withId in class GenericTimeStampType
withReferenceInfos
public XAdESTimeStampType withReferenceInfos(List<ReferenceInfo> value)
- Overrides:
withReferenceInfos in class GenericTimeStampType
withIncludes
public XAdESTimeStampType withIncludes(List<Include> value)
- Overrides:
withIncludes in class GenericTimeStampType
withEncapsulatedTimeStampsAndXMLTimeStamps
public XAdESTimeStampType withEncapsulatedTimeStampsAndXMLTimeStamps(List<Object> value)
- Overrides:
withEncapsulatedTimeStampsAndXMLTimeStamps in class GenericTimeStampType
Copyright © 2014 Digipost Open Source. All Rights Reserved.