Package com.helger.xsds.xades132
Class SignaturePolicyIdType
- java.lang.Object
-
- com.helger.xsds.xades132.SignaturePolicyIdType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class SignaturePolicyIdType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SignaturePolicyIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignaturePolicyIdType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SigPolicyId" type="{http://uri.etsi.org/01903/v1.3.2#}ObjectIdentifierType"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/> <element name="SigPolicyHash" type="{http://uri.etsi.org/01903/v1.3.2#}DigestAlgAndValueType"/> <element name="SigPolicyQualifiers" type="{http://uri.etsi.org/01903/v1.3.2#}SigPolicyQualifiersListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>This class was annotated by ph-jaxb-plugin -Xph-annotate
This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-tostring
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 SignaturePolicyIdType()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 SignaturePolicyIdTypeclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(SignaturePolicyIdType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodeDigestAlgAndValueTypegetSigPolicyHash()Gets the value of the sigPolicyHash property.ObjectIdentifierTypegetSigPolicyId()Gets the value of the sigPolicyId property.SigPolicyQualifiersListTypegetSigPolicyQualifiers()Gets the value of the sigPolicyQualifiers property.com.helger.xsds.xmldsig.TransformsTypegetTransforms()Gets the value of the transforms property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodevoidsetSigPolicyHash(DigestAlgAndValueType value)Sets the value of the sigPolicyHash property.voidsetSigPolicyId(ObjectIdentifierType value)Sets the value of the sigPolicyId property.voidsetSigPolicyQualifiers(SigPolicyQualifiersListType value)Sets the value of the sigPolicyQualifiers property.voidsetTransforms(com.helger.xsds.xmldsig.TransformsType value)Sets the value of the transforms property.StringtoString()Created by ph-jaxb-plugin -Xph-tostring
-
-
-
Method Detail
-
getSigPolicyId
@Nullable public ObjectIdentifierType getSigPolicyId()
Gets the value of the sigPolicyId property.- Returns:
- possible object is
ObjectIdentifierType
-
setSigPolicyId
public void setSigPolicyId(@Nullable ObjectIdentifierType value)
Sets the value of the sigPolicyId property.- Parameters:
value- allowed object isObjectIdentifierType
-
getTransforms
@Nullable public com.helger.xsds.xmldsig.TransformsType getTransforms()
Gets the value of the transforms property.- Returns:
- possible object is
TransformsType
-
setTransforms
public void setTransforms(@Nullable com.helger.xsds.xmldsig.TransformsType value)
Sets the value of the transforms property.- Parameters:
value- allowed object isTransformsType
-
getSigPolicyHash
@Nullable public DigestAlgAndValueType getSigPolicyHash()
Gets the value of the sigPolicyHash property.- Returns:
- possible object is
DigestAlgAndValueType
-
setSigPolicyHash
public void setSigPolicyHash(@Nullable DigestAlgAndValueType value)
Sets the value of the sigPolicyHash property.- Parameters:
value- allowed object isDigestAlgAndValueType
-
getSigPolicyQualifiers
@Nullable public SigPolicyQualifiersListType getSigPolicyQualifiers()
Gets the value of the sigPolicyQualifiers property.- Returns:
- possible object is
SigPolicyQualifiersListType
-
setSigPolicyQualifiers
public void setSigPolicyQualifiers(@Nullable SigPolicyQualifiersListType value)
Sets the value of the sigPolicyQualifiers property.- Parameters:
value- allowed object isSigPolicyQualifiersListType
-
equals
public boolean equals(Object o)
Created by ph-jaxb-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull SignaturePolicyIdType 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 SignaturePolicyIdType clone()
Created by ph-jaxb-plugin -Xph-cloneable2
-
-