Package org.keycloak.dom.saml.common
Class CommonActionType
- java.lang.Object
-
- org.keycloak.dom.saml.common.CommonActionType
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionType,SAML11ActionType
public class CommonActionType extends Object implements Serializable
SAML Action Type- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommonActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespace()Gets the value of the namespace property.StringgetValue()voidsetNamespace(String value)Sets the value of the namespace property.voidsetValue(String value)
-
-
-
Method Detail
-
getNamespace
public String getNamespace()
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
public void setNamespace(String value)
Sets the value of the namespace property.- Parameters:
value- allowed object isString
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
-