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.ToString
public class OtherTimeStamp
- extends GenericTimeStampType
- implements org.jvnet.jaxb2_commons.lang.ToString
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>
OtherTimeStamp
public OtherTimeStamp()
- Default no-arg constructor
OtherTimeStamp
public OtherTimeStamp(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 OtherTimeStamp withReferenceInfos(ReferenceInfo... values)
- Overrides:
withReferenceInfos in class GenericTimeStampType
withReferenceInfos
public OtherTimeStamp withReferenceInfos(Collection<ReferenceInfo> values)
- Overrides:
withReferenceInfos in class GenericTimeStampType
withIncludes
public OtherTimeStamp withIncludes(Include... values)
- Overrides:
withIncludes in class GenericTimeStampType
withIncludes
public OtherTimeStamp withIncludes(Collection<Include> values)
- Overrides:
withIncludes in class GenericTimeStampType
withCanonicalizationMethod
public OtherTimeStamp withCanonicalizationMethod(CanonicalizationMethod value)
- Overrides:
withCanonicalizationMethod in class GenericTimeStampType
withEncapsulatedTimeStampsAndXMLTimeStamps
public OtherTimeStamp withEncapsulatedTimeStampsAndXMLTimeStamps(Object... values)
- Overrides:
withEncapsulatedTimeStampsAndXMLTimeStamps in class GenericTimeStampType
withEncapsulatedTimeStampsAndXMLTimeStamps
public OtherTimeStamp withEncapsulatedTimeStampsAndXMLTimeStamps(Collection<Object> values)
- Overrides:
withEncapsulatedTimeStampsAndXMLTimeStamps in class GenericTimeStampType
withId
public OtherTimeStamp withId(String value)
- Overrides:
withId in class GenericTimeStampType
withReferenceInfos
public OtherTimeStamp withReferenceInfos(List<ReferenceInfo> value)
- Overrides:
withReferenceInfos in class GenericTimeStampType
withIncludes
public OtherTimeStamp withIncludes(List<Include> value)
- Overrides:
withIncludes in class GenericTimeStampType
withEncapsulatedTimeStampsAndXMLTimeStamps
public OtherTimeStamp withEncapsulatedTimeStampsAndXMLTimeStamps(List<Object> value)
- Overrides:
withEncapsulatedTimeStampsAndXMLTimeStamps in class GenericTimeStampType
Copyright © 2014 Digipost Open Source. All Rights Reserved.