|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.etsi.uri._01903.v1_3.SignerRole
public class SignerRole
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 CertifiedRolesListType |
certifiedRoles
|
protected ClaimedRolesListType |
claimedRoles
|
| Constructor Summary | |
|---|---|
SignerRole()
Default no-arg constructor |
|
SignerRole(ClaimedRolesListType claimedRoles,
CertifiedRolesListType certifiedRoles)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
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. |
String |
toString()
|
SignerRole |
withCertifiedRoles(CertifiedRolesListType value)
|
SignerRole |
withClaimedRoles(ClaimedRolesListType value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ClaimedRolesListType claimedRoles
protected CertifiedRolesListType certifiedRoles
| Constructor Detail |
|---|
public SignerRole()
public SignerRole(ClaimedRolesListType claimedRoles,
CertifiedRolesListType certifiedRoles)
| Method Detail |
|---|
public ClaimedRolesListType getClaimedRoles()
ClaimedRolesListTypepublic void setClaimedRoles(ClaimedRolesListType value)
value - allowed object is
ClaimedRolesListTypepublic CertifiedRolesListType getCertifiedRoles()
CertifiedRolesListTypepublic void setCertifiedRoles(CertifiedRolesListType value)
value - allowed object is
CertifiedRolesListTypepublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic SignerRole withClaimedRoles(ClaimedRolesListType value)
public SignerRole withCertifiedRoles(CertifiedRolesListType value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||