Class SignaturePolicyIdentifierType
- java.lang.Object
-
- org.certificateservices.messages.xades.v132.jaxb.SignaturePolicyIdentifierType
-
public class SignaturePolicyIdentifierType extends java.lang.ObjectJava 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.3.2#}SignaturePolicyIdType"/> <element name="SignaturePolicyImplied" type="{http://www.w3.org/2001/XMLSchema}anyType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SignaturePolicyIdTypesignaturePolicyIdprotected java.lang.ObjectsignaturePolicyImplied
-
Constructor Summary
Constructors Constructor Description SignaturePolicyIdentifierType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignaturePolicyIdTypegetSignaturePolicyId()Gets the value of the signaturePolicyId property.java.lang.ObjectgetSignaturePolicyImplied()Gets the value of the signaturePolicyImplied property.voidsetSignaturePolicyId(SignaturePolicyIdType value)Sets the value of the signaturePolicyId property.voidsetSignaturePolicyImplied(java.lang.Object value)Sets the value of the signaturePolicyImplied property.
-
-
-
Field Detail
-
signaturePolicyId
protected SignaturePolicyIdType signaturePolicyId
-
signaturePolicyImplied
protected java.lang.Object signaturePolicyImplied
-
-
Method Detail
-
getSignaturePolicyId
public SignaturePolicyIdType getSignaturePolicyId()
Gets the value of the signaturePolicyId property.- Returns:
- possible object is
SignaturePolicyIdType
-
setSignaturePolicyId
public void setSignaturePolicyId(SignaturePolicyIdType value)
Sets the value of the signaturePolicyId property.- Parameters:
value- allowed object isSignaturePolicyIdType
-
getSignaturePolicyImplied
public java.lang.Object getSignaturePolicyImplied()
Gets the value of the signaturePolicyImplied property.- Returns:
- possible object is
Object
-
setSignaturePolicyImplied
public void setSignaturePolicyImplied(java.lang.Object value)
Sets the value of the signaturePolicyImplied property.- Parameters:
value- allowed object isObject
-
-