Class CertifiedRoleTypeV2
- java.lang.Object
-
- org.certificateservices.messages.xades.v132.jaxb.CertifiedRoleTypeV2
-
public class CertifiedRoleTypeV2 extends java.lang.ObjectJava class for CertifiedRoleTypeV2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertifiedRoleTypeV2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://uri.etsi.org/01903/v1.3.2#}X509AttributeCertificate"/> <element ref="{http://uri.etsi.org/01903/v1.3.2#}OtherAttributeCertificate"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AnyTypeotherAttributeCertificateprotected EncapsulatedPKIDataTypex509AttributeCertificate
-
Constructor Summary
Constructors Constructor Description CertifiedRoleTypeV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyTypegetOtherAttributeCertificate()Gets the value of the otherAttributeCertificate property.EncapsulatedPKIDataTypegetX509AttributeCertificate()Gets the value of the x509AttributeCertificate property.voidsetOtherAttributeCertificate(AnyType value)Sets the value of the otherAttributeCertificate property.voidsetX509AttributeCertificate(EncapsulatedPKIDataType value)Sets the value of the x509AttributeCertificate property.
-
-
-
Field Detail
-
x509AttributeCertificate
protected EncapsulatedPKIDataType x509AttributeCertificate
-
otherAttributeCertificate
protected AnyType otherAttributeCertificate
-
-
Method Detail
-
getX509AttributeCertificate
public EncapsulatedPKIDataType getX509AttributeCertificate()
Gets the value of the x509AttributeCertificate property.- Returns:
- possible object is
EncapsulatedPKIDataType
-
setX509AttributeCertificate
public void setX509AttributeCertificate(EncapsulatedPKIDataType value)
Sets the value of the x509AttributeCertificate property.- Parameters:
value- allowed object isEncapsulatedPKIDataType
-
getOtherAttributeCertificate
public AnyType getOtherAttributeCertificate()
Gets the value of the otherAttributeCertificate property.- Returns:
- possible object is
AnyType
-
-