Class GetRolesType
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSResponse
-
- org.certificateservices.messages.authorization.jaxb.GetRolesType
-
- Direct Known Subclasses:
GetRequesterRolesResponse
public class GetRolesType extends CSResponse
Java class for GetRolesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetRolesType"> <complexContent> <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSResponse"> <sequence> <element name="roles"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="role" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="tokenTypePermissions" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tokenTypePermission" type="{http://certificateservices.org/xsd/authorization2_0}TokenTypePermission" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetRolesType.RolesJava class for anonymous complex type.static classGetRolesType.TokenTypePermissionsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected GetRolesType.Rolesrolesprotected GetRolesType.TokenTypePermissionstokenTypePermissions-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
failureMessage, inResponseTo, status
-
-
Constructor Summary
Constructors Constructor Description GetRolesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRolesType.RolesgetRoles()Gets the value of the roles property.GetRolesType.TokenTypePermissionsgetTokenTypePermissions()Gets the value of the tokenTypePermissions property.voidsetRoles(GetRolesType.Roles value)Sets the value of the roles property.voidsetTokenTypePermissions(GetRolesType.TokenTypePermissions value)Sets the value of the tokenTypePermissions property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
getFailureMessage, getInResponseTo, getStatus, setFailureMessage, setInResponseTo, setStatus
-
-
-
-
Field Detail
-
roles
protected GetRolesType.Roles roles
-
tokenTypePermissions
protected GetRolesType.TokenTypePermissions tokenTypePermissions
-
-
Method Detail
-
getRoles
public GetRolesType.Roles getRoles()
Gets the value of the roles property.- Returns:
- possible object is
GetRolesType.Roles
-
setRoles
public void setRoles(GetRolesType.Roles value)
Sets the value of the roles property.- Parameters:
value- allowed object isGetRolesType.Roles
-
getTokenTypePermissions
public GetRolesType.TokenTypePermissions getTokenTypePermissions()
Gets the value of the tokenTypePermissions property.- Returns:
- possible object is
GetRolesType.TokenTypePermissions
-
setTokenTypePermissions
public void setTokenTypePermissions(GetRolesType.TokenTypePermissions value)
Sets the value of the tokenTypePermissions property.- Parameters:
value- allowed object isGetRolesType.TokenTypePermissions
-
-