Class SignerRoleType
java.lang.Object
eu.europa.esig.xades.jaxb.xades111.SignerRoleType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certifiedRoles property.Gets the value of the claimedRoles property.voidSets the value of the certifiedRoles property.voidSets 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
-