Class CertifiedRoleTypeV2


  • public class CertifiedRoleTypeV2
    extends java.lang.Object

    Java 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 Detail

      • otherAttributeCertificate

        protected AnyType otherAttributeCertificate
    • Constructor Detail

      • CertifiedRoleTypeV2

        public CertifiedRoleTypeV2()
    • Method Detail

      • getOtherAttributeCertificate

        public AnyType getOtherAttributeCertificate()
        Gets the value of the otherAttributeCertificate property.
        Returns:
        possible object is AnyType
      • setOtherAttributeCertificate

        public void setOtherAttributeCertificate​(AnyType value)
        Sets the value of the otherAttributeCertificate property.
        Parameters:
        value - allowed object is AnyType