org.picketlink.identity.federation.saml.common
Class CommonActionType
java.lang.Object
org.picketlink.identity.federation.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespace
protected String namespace
value
protected String value
CommonActionType
public CommonActionType()
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 is String
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.