Class CredentialAvailableActionsOperation
- java.lang.Object
-
- org.certificateservices.messages.credmanagement.jaxb.CredentialAvailableActionsOperation
-
public class CredentialAvailableActionsOperation extends java.lang.ObjectJava class for CredentialAvailableActionsOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CredentialAvailableActionsOperation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://certificateservices.org/xsd/credmanagement2_0}CredentialAvailableActionType"/> <element name="available" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="message" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanavailableprotected java.lang.Stringmessageprotected CredentialAvailableActionTypetype
-
Constructor Summary
Constructors Constructor Description CredentialAvailableActionsOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()Gets the value of the message property.CredentialAvailableActionTypegetType()Gets the value of the type property.booleanisAvailable()Gets the value of the available property.voidsetAvailable(boolean value)Sets the value of the available property.voidsetMessage(java.lang.String value)Sets the value of the message property.voidsetType(CredentialAvailableActionType value)Sets the value of the type property.
-
-
-
Field Detail
-
type
protected CredentialAvailableActionType type
-
available
protected boolean available
-
message
protected java.lang.String message
-
-
Method Detail
-
getType
public CredentialAvailableActionType getType()
Gets the value of the type property.- Returns:
- possible object is
CredentialAvailableActionType
-
setType
public void setType(CredentialAvailableActionType value)
Sets the value of the type property.- Parameters:
value- allowed object isCredentialAvailableActionType
-
isAvailable
public boolean isAvailable()
Gets the value of the available property.
-
setAvailable
public void setAvailable(boolean value)
Sets the value of the available property.
-
getMessage
public java.lang.String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(java.lang.String value)
Sets the value of the message property.- Parameters:
value- allowed object isString
-
-