Class TokenTypeLifeCycleRule
- java.lang.Object
-
- org.certificateservices.messages.csexport.data.jaxb.TokenTypeLifeCycleRule
-
public class TokenTypeLifeCycleRule extends java.lang.ObjectJava class for TokenTypeLifeCycleRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TokenTypeLifeCycleRule"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tokenEvent" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tokenClasses"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tokenClass" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="tokenAction" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="credentialSubTypes"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credentialSubType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTokenTypeLifeCycleRule.CredentialSubTypesJava class for anonymous complex type.static classTokenTypeLifeCycleRule.TokenClassesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected TokenTypeLifeCycleRule.CredentialSubTypescredentialSubTypesprotected booleanenabledprotected java.lang.StringtokenActionprotected TokenTypeLifeCycleRule.TokenClassestokenClassesprotected java.lang.StringtokenEvent
-
Constructor Summary
Constructors Constructor Description TokenTypeLifeCycleRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenTypeLifeCycleRule.CredentialSubTypesgetCredentialSubTypes()Gets the value of the credentialSubTypes property.java.lang.StringgetTokenAction()Gets the value of the tokenAction property.TokenTypeLifeCycleRule.TokenClassesgetTokenClasses()Gets the value of the tokenClasses property.java.lang.StringgetTokenEvent()Gets the value of the tokenEvent property.booleanisEnabled()Gets the value of the enabled property.voidsetCredentialSubTypes(TokenTypeLifeCycleRule.CredentialSubTypes value)Sets the value of the credentialSubTypes property.voidsetEnabled(boolean value)Sets the value of the enabled property.voidsetTokenAction(java.lang.String value)Sets the value of the tokenAction property.voidsetTokenClasses(TokenTypeLifeCycleRule.TokenClasses value)Sets the value of the tokenClasses property.voidsetTokenEvent(java.lang.String value)Sets the value of the tokenEvent property.
-
-
-
Field Detail
-
tokenEvent
protected java.lang.String tokenEvent
-
tokenClasses
protected TokenTypeLifeCycleRule.TokenClasses tokenClasses
-
tokenAction
protected java.lang.String tokenAction
-
credentialSubTypes
protected TokenTypeLifeCycleRule.CredentialSubTypes credentialSubTypes
-
enabled
protected boolean enabled
-
-
Method Detail
-
getTokenEvent
public java.lang.String getTokenEvent()
Gets the value of the tokenEvent property.- Returns:
- possible object is
String
-
setTokenEvent
public void setTokenEvent(java.lang.String value)
Sets the value of the tokenEvent property.- Parameters:
value- allowed object isString
-
getTokenClasses
public TokenTypeLifeCycleRule.TokenClasses getTokenClasses()
Gets the value of the tokenClasses property.- Returns:
- possible object is
TokenTypeLifeCycleRule.TokenClasses
-
setTokenClasses
public void setTokenClasses(TokenTypeLifeCycleRule.TokenClasses value)
Sets the value of the tokenClasses property.- Parameters:
value- allowed object isTokenTypeLifeCycleRule.TokenClasses
-
getTokenAction
public java.lang.String getTokenAction()
Gets the value of the tokenAction property.- Returns:
- possible object is
String
-
setTokenAction
public void setTokenAction(java.lang.String value)
Sets the value of the tokenAction property.- Parameters:
value- allowed object isString
-
getCredentialSubTypes
public TokenTypeLifeCycleRule.CredentialSubTypes getCredentialSubTypes()
Gets the value of the credentialSubTypes property.- Returns:
- possible object is
TokenTypeLifeCycleRule.CredentialSubTypes
-
setCredentialSubTypes
public void setCredentialSubTypes(TokenTypeLifeCycleRule.CredentialSubTypes value)
Sets the value of the credentialSubTypes property.- Parameters:
value- allowed object isTokenTypeLifeCycleRule.CredentialSubTypes
-
isEnabled
public boolean isEnabled()
Gets the value of the enabled property.
-
setEnabled
public void setEnabled(boolean value)
Sets the value of the enabled property.
-
-