Class SignerRoleType
java.lang.Object
eu.europa.esig.xades.jaxb.xades111.SignerRoleType
- All Implemented Interfaces:
Serializable
public class SignerRoleType extends Object implements Serializable
Java class for SignerRoleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignerRoleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ClaimedRoles" type="{http://uri.etsi.org/01903/v1.1.1#}ClaimedRolesListType" minOccurs="0"/> <element name="CertifiedRoles" type="{http://uri.etsi.org/01903/v1.1.1#}CertifiedRolesListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected CertifiedRolesListType
certifiedRoles
protected ClaimedRolesListType
claimedRoles
-
Constructor Summary
Constructors Constructor Description SignerRoleType()
-
Method Summary
Modifier and Type Method Description CertifiedRolesListType
getCertifiedRoles()
Gets the value of the certifiedRoles property.ClaimedRolesListType
getClaimedRoles()
Gets the value of the claimedRoles property.void
setCertifiedRoles(CertifiedRolesListType value)
Sets the value of the certifiedRoles property.void
setClaimedRoles(ClaimedRolesListType value)
Sets the value of the claimedRoles property.
-
Field Details
-
Constructor Details
-
SignerRoleType
public SignerRoleType()
-
-
Method Details
-
getClaimedRoles
Gets the value of the claimedRoles property.- Returns:
- possible object is
ClaimedRolesListType
-
setClaimedRoles
Sets the value of the claimedRoles property.- Parameters:
value
- allowed object isClaimedRolesListType
-
getCertifiedRoles
Gets the value of the certifiedRoles property.- Returns:
- possible object is
CertifiedRolesListType
-
setCertifiedRoles
Sets the value of the certifiedRoles property.- Parameters:
value
- allowed object isCertifiedRolesListType
-