Class SignaturePolicyIdentifierType
java.lang.Object
eu.europa.esig.xades.jaxb.xades111.SignaturePolicyIdentifierType
- All Implemented Interfaces:
Serializable
public class SignaturePolicyIdentifierType extends Object implements Serializable
Java class for SignaturePolicyIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignaturePolicyIdentifierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="SignaturePolicyId" type="{http://uri.etsi.org/01903/v1.1.1#}SignaturePolicyIdType"/> <element name="SignaturePolicyImplied" type="{http://www.w3.org/2001/XMLSchema}anyType"/> </choice> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected SignaturePolicyIdType
signaturePolicyId
protected Object
signaturePolicyImplied
-
Constructor Summary
Constructors Constructor Description SignaturePolicyIdentifierType()
-
Method Summary
Modifier and Type Method Description SignaturePolicyIdType
getSignaturePolicyId()
Gets the value of the signaturePolicyId property.Object
getSignaturePolicyImplied()
Gets the value of the signaturePolicyImplied property.void
setSignaturePolicyId(SignaturePolicyIdType value)
Sets the value of the signaturePolicyId property.void
setSignaturePolicyImplied(Object value)
Sets the value of the signaturePolicyImplied property.
-
Field Details
-
Constructor Details
-
SignaturePolicyIdentifierType
public SignaturePolicyIdentifierType()
-
-
Method Details
-
getSignaturePolicyId
Gets the value of the signaturePolicyId property.- Returns:
- possible object is
SignaturePolicyIdType
-
setSignaturePolicyId
Sets the value of the signaturePolicyId property.- Parameters:
value
- allowed object isSignaturePolicyIdType
-
getSignaturePolicyImplied
Gets the value of the signaturePolicyImplied property.- Returns:
- possible object is
Object
-
setSignaturePolicyImplied
Sets the value of the signaturePolicyImplied property.- Parameters:
value
- allowed object isObject
-