|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.etsi.uri._01903.v1_3.SignaturePolicyIdType
@Generated(value="com.sun.tools.xjc.Driver", date="2021-04-20T04:20:20+02:00", comments="JAXB RI v2.2.11") public class SignaturePolicyIdType
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>
Constructor Summary | |
---|---|
SignaturePolicyIdType()
|
Method Summary | |
---|---|
DigestAlgAndValueType |
getSigPolicyHash()
Gets the value of the sigPolicyHash property. |
ObjectIdentifier |
getSigPolicyId()
Gets the value of the sigPolicyId property. |
SigPolicyQualifiersListType |
getSigPolicyQualifiers()
Gets the value of the sigPolicyQualifiers property. |
Transforms |
getTransforms()
Gets the value of the transforms property. |
void |
setSigPolicyHash(DigestAlgAndValueType value)
Sets the value of the sigPolicyHash property. |
void |
setSigPolicyId(ObjectIdentifier value)
Sets the value of the sigPolicyId property. |
void |
setSigPolicyQualifiers(SigPolicyQualifiersListType value)
Sets the value of the sigPolicyQualifiers property. |
void |
setTransforms(Transforms value)
Sets the value of the transforms property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignaturePolicyIdType()
Method Detail |
---|
public ObjectIdentifier getSigPolicyId()
ObjectIdentifier
public void setSigPolicyId(ObjectIdentifier value)
value
- allowed object is
ObjectIdentifier
public Transforms getTransforms()
Transforms
public void setTransforms(Transforms value)
value
- allowed object is
Transforms
public DigestAlgAndValueType getSigPolicyHash()
DigestAlgAndValueType
public void setSigPolicyHash(DigestAlgAndValueType value)
value
- allowed object is
DigestAlgAndValueType
public SigPolicyQualifiersListType getSigPolicyQualifiers()
SigPolicyQualifiersListType
public void setSigPolicyQualifiers(SigPolicyQualifiersListType value)
value
- allowed object is
SigPolicyQualifiersListType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |