Class SignerRoleType
java.lang.Object
eu.europa.esig.xades.jaxb.xades122.SignerRoleType
- All Implemented Interfaces:
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.2.2#}ClaimedRolesListType" minOccurs="0"/> <element name="CertifiedRoles" type="{http://uri.etsi.org/01903/v1.2.2#}CertifiedRolesListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certifiedRoles property.Gets the value of the claimedRoles property.void
Sets the value of the certifiedRoles property.void
Sets the value of the claimedRoles property.
-
Field Details
-
claimedRoles
-
certifiedRoles
-
-
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
-