Package com.helger.xsds.xades132
Class OtherTimeStampType
- java.lang.Object
-
- com.helger.xsds.xades132.GenericTimeStampType
-
- com.helger.xsds.xades132.OtherTimeStampType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class OtherTimeStampType extends GenericTimeStampType
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>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 OtherTimeStampType()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 OtherTimeStampTypeclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(OtherTimeStampType 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 OtherTimeStampType 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 OtherTimeStampType 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.
-
-