Class TokenTypePermission
- java.lang.Object
-
- org.certificateservices.messages.authorization.jaxb.TokenTypePermission
-
public class TokenTypePermission extends java.lang.ObjectJava class for TokenTypePermission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TokenTypePermission"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tokenType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="ruleType" type="{http://certificateservices.org/xsd/authorization2_0}TokenTypePermissionType"/> <element name="restrictions" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="restriction" type="{http://certificateservices.org/xsd/authorization2_0}TokenTypeRuleRestriction" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTokenTypePermission.RestrictionsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected TokenTypePermission.Restrictionsrestrictionsprotected TokenTypePermissionTyperuleTypeprotected java.lang.StringtokenType
-
Constructor Summary
Constructors Constructor Description TokenTypePermission()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenTypePermission.RestrictionsgetRestrictions()Gets the value of the restrictions property.TokenTypePermissionTypegetRuleType()Gets the value of the ruleType property.java.lang.StringgetTokenType()Gets the value of the tokenType property.voidsetRestrictions(TokenTypePermission.Restrictions value)Sets the value of the restrictions property.voidsetRuleType(TokenTypePermissionType value)Sets the value of the ruleType property.voidsetTokenType(java.lang.String value)Sets the value of the tokenType property.
-
-
-
Field Detail
-
tokenType
protected java.lang.String tokenType
-
ruleType
protected TokenTypePermissionType ruleType
-
restrictions
protected TokenTypePermission.Restrictions restrictions
-
-
Method Detail
-
getTokenType
public java.lang.String getTokenType()
Gets the value of the tokenType property.- Returns:
- possible object is
String
-
setTokenType
public void setTokenType(java.lang.String value)
Sets the value of the tokenType property.- Parameters:
value- allowed object isString
-
getRuleType
public TokenTypePermissionType getRuleType()
Gets the value of the ruleType property.- Returns:
- possible object is
TokenTypePermissionType
-
setRuleType
public void setRuleType(TokenTypePermissionType value)
Sets the value of the ruleType property.- Parameters:
value- allowed object isTokenTypePermissionType
-
getRestrictions
public TokenTypePermission.Restrictions getRestrictions()
Gets the value of the restrictions property.- Returns:
- possible object is
TokenTypePermission.Restrictions
-
setRestrictions
public void setRestrictions(TokenTypePermission.Restrictions value)
Sets the value of the restrictions property.- Parameters:
value- allowed object isTokenTypePermission.Restrictions
-
-