Package com.helger.xsds.xades132
Class XAdESTimeStampType
- java.lang.Object
-
- com.helger.xsds.xades132.GenericTimeStampType
-
- com.helger.xsds.xades132.XAdESTimeStampType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class XAdESTimeStampType extends GenericTimeStampType
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>This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XAdESTimeStampType()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XAdESTimeStampTypeclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(XAdESTimeStampType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodeinthashCode()Created by ph-jaxb-plugin -Xph-equalshashcode-
Methods inherited from class com.helger.xsds.xades132.GenericTimeStampType
addEncapsulatedTimeStampOrXMLTimeStamp, addInclude, addReferenceInfo, cloneTo, getCanonicalizationMethod, getEncapsulatedTimeStampOrXMLTimeStamp, getEncapsulatedTimeStampOrXMLTimeStampAtIndex, getEncapsulatedTimeStampOrXMLTimeStampCount, getId, getInclude, getIncludeAtIndex, getIncludeCount, getReferenceInfo, getReferenceInfoAtIndex, getReferenceInfoCount, hasEncapsulatedTimeStampOrXMLTimeStampEntries, hasIncludeEntries, hasNoEncapsulatedTimeStampOrXMLTimeStampEntries, hasNoIncludeEntries, hasNoReferenceInfoEntries, hasReferenceInfoEntries, setCanonicalizationMethod, setEncapsulatedTimeStampOrXMLTimeStamp, setId, setInclude, setReferenceInfo, toString
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
equalsin classGenericTimeStampType
-
hashCode
public int hashCode()
Created by ph-jaxb-plugin -Xph-equalshashcode- Overrides:
hashCodein classGenericTimeStampType
-
cloneTo
public void cloneTo(@Nonnull XAdESTimeStampType ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public XAdESTimeStampType clone()
Created by ph-jaxb-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Specified by:
clonein classGenericTimeStampType- Returns:
- The cloned object. Never
null.
-
-