org.etsi.uri._01903.v1_3
Class XAdESTimeStampType

java.lang.Object
  extended by org.etsi.uri._01903.v1_3.GenericTimeStampType
      extended by 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>
 


Field Summary
 
Fields inherited from class org.etsi.uri._01903.v1_3.GenericTimeStampType
canonicalizationMethod, encapsulatedTimeStampsAndXMLTimeStamps, id, includes, referenceInfos
 
Constructor Summary
XAdESTimeStampType()
          Default no-arg constructor
XAdESTimeStampType(List<ReferenceInfo> referenceInfos, List<Include> includes, CanonicalizationMethod canonicalizationMethod, List<Object> encapsulatedTimeStampsAndXMLTimeStamps, String id)
          Fully-initialising value constructor
 
Method Summary
 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)
           
 String toString()
           
 XAdESTimeStampType withCanonicalizationMethod(CanonicalizationMethod value)
           
 XAdESTimeStampType withEncapsulatedTimeStampsAndXMLTimeStamps(Collection<Object> values)
           
 XAdESTimeStampType withEncapsulatedTimeStampsAndXMLTimeStamps(List<Object> value)
           
 XAdESTimeStampType withEncapsulatedTimeStampsAndXMLTimeStamps(Object... values)
           
 XAdESTimeStampType withId(String value)
           
 XAdESTimeStampType withIncludes(Collection<Include> values)
           
 XAdESTimeStampType withIncludes(Include... values)
           
 XAdESTimeStampType withIncludes(List<Include> value)
           
 XAdESTimeStampType withReferenceInfos(Collection<ReferenceInfo> values)
           
 XAdESTimeStampType withReferenceInfos(List<ReferenceInfo> value)
           
 XAdESTimeStampType withReferenceInfos(ReferenceInfo... values)
           
 
Methods inherited from class org.etsi.uri._01903.v1_3.GenericTimeStampType
getCanonicalizationMethod, getEncapsulatedTimeStampsAndXMLTimeStamps, getId, getIncludes, getReferenceInfos, setCanonicalizationMethod, setEncapsulatedTimeStampsAndXMLTimeStamps, setId, setIncludes, setReferenceInfos
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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

Method Detail

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.