Class SignerRoleV2Type
- java.lang.Object
-
- org.certificateservices.messages.xades.v132.jaxb.SignerRoleV2Type
-
public class SignerRoleV2Type extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CertifiedRolesListTypeV2certifiedRolesV2protected ClaimedRolesListTypeclaimedRolesprotected SignedAssertionsListTypesignedAssertions
-
Constructor Summary
Constructors Constructor Description SignerRoleV2Type()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertifiedRolesListTypeV2getCertifiedRolesV2()Gets the value of the certifiedRolesV2 property.ClaimedRolesListTypegetClaimedRoles()Gets the value of the claimedRoles property.SignedAssertionsListTypegetSignedAssertions()Gets the value of the signedAssertions property.voidsetCertifiedRolesV2(CertifiedRolesListTypeV2 value)Sets the value of the certifiedRolesV2 property.voidsetClaimedRoles(ClaimedRolesListType value)Sets the value of the claimedRoles property.voidsetSignedAssertions(SignedAssertionsListType value)Sets the value of the signedAssertions property.
-
-
-
Field Detail
-
claimedRoles
protected ClaimedRolesListType claimedRoles
-
certifiedRolesV2
protected CertifiedRolesListTypeV2 certifiedRolesV2
-
signedAssertions
protected SignedAssertionsListType signedAssertions
-
-
Method Detail
-
getClaimedRoles
public ClaimedRolesListType getClaimedRoles()
Gets the value of the claimedRoles property.- Returns:
- possible object is
ClaimedRolesListType
-
setClaimedRoles
public void setClaimedRoles(ClaimedRolesListType value)
Sets the value of the claimedRoles property.- Parameters:
value- allowed object isClaimedRolesListType
-
getCertifiedRolesV2
public CertifiedRolesListTypeV2 getCertifiedRolesV2()
Gets the value of the certifiedRolesV2 property.- Returns:
- possible object is
CertifiedRolesListTypeV2
-
setCertifiedRolesV2
public void setCertifiedRolesV2(CertifiedRolesListTypeV2 value)
Sets the value of the certifiedRolesV2 property.- Parameters:
value- allowed object isCertifiedRolesListTypeV2
-
getSignedAssertions
public SignedAssertionsListType getSignedAssertions()
Gets the value of the signedAssertions property.- Returns:
- possible object is
SignedAssertionsListType
-
setSignedAssertions
public void setSignedAssertions(SignedAssertionsListType value)
Sets the value of the signedAssertions property.- Parameters:
value- allowed object isSignedAssertionsListType
-
-