Class SignerRoleV2Type


  • public class SignerRoleV2Type
    extends java.lang.Object

    Java class for SignerRoleV2Type complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SignerRoleV2Type">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}ClaimedRoles" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}CertifiedRolesV2" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignedAssertions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>