|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxades4j.xml.bind.xades.XmlSignerRoleType
public class XmlSignerRoleType
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.3.2#}ClaimedRolesListType" minOccurs="0"/>
<element name="CertifiedRoles" type="{http://uri.etsi.org/01903/v1.3.2#}CertifiedRolesListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XmlCertifiedRolesListType |
certifiedRoles
|
protected XmlClaimedRolesListType |
claimedRoles
|
| Constructor Summary | |
|---|---|
XmlSignerRoleType()
|
|
| Method Summary | |
|---|---|
XmlCertifiedRolesListType |
getCertifiedRoles()
Gets the value of the certifiedRoles property. |
XmlClaimedRolesListType |
getClaimedRoles()
Gets the value of the claimedRoles property. |
void |
setCertifiedRoles(XmlCertifiedRolesListType value)
Sets the value of the certifiedRoles property. |
void |
setClaimedRoles(XmlClaimedRolesListType value)
Sets the value of the claimedRoles property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XmlClaimedRolesListType claimedRoles
protected XmlCertifiedRolesListType certifiedRoles
| Constructor Detail |
|---|
public XmlSignerRoleType()
| Method Detail |
|---|
public XmlClaimedRolesListType getClaimedRoles()
XmlClaimedRolesListTypepublic void setClaimedRoles(XmlClaimedRolesListType value)
value - allowed object is
XmlClaimedRolesListTypepublic XmlCertifiedRolesListType getCertifiedRoles()
XmlCertifiedRolesListTypepublic void setCertifiedRoles(XmlCertifiedRolesListType value)
value - allowed object is
XmlCertifiedRolesListType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||