org.etsi.uri._01903.v1_3
Class SignerRole

java.lang.Object
  extended by org.etsi.uri._01903.v1_3.SignerRole
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class SignerRole
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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

claimedRoles

protected ClaimedRolesListType claimedRoles

certifiedRoles

protected CertifiedRolesListType certifiedRoles
Constructor Detail

SignerRole

public SignerRole()
Default no-arg constructor


SignerRole

public SignerRole(ClaimedRolesListType claimedRoles,
                  CertifiedRolesListType certifiedRoles)
Fully-initialising value constructor

Method Detail

getClaimedRoles

public ClaimedRolesListType getClaimedRoles()
Gets the value of the claimedRoles property.

Returns:
possible object is ClaimedRolesListType

setClaimedRoles

public void setClaimedRoles(ClaimedRolesListType value)
Sets the value of the claimedRoles property.

Parameters:
value - allowed object is ClaimedRolesListType

getCertifiedRoles

public CertifiedRolesListType getCertifiedRoles()
Gets the value of the certifiedRoles property.

Returns:
possible object is CertifiedRolesListType

setCertifiedRoles

public void setCertifiedRoles(CertifiedRolesListType value)
Sets the value of the certifiedRoles property.

Parameters:
value - allowed object is CertifiedRolesListType

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withClaimedRoles

public SignerRole withClaimedRoles(ClaimedRolesListType value)

withCertifiedRoles

public SignerRole withCertifiedRoles(CertifiedRolesListType value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.