PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.common
Class CommonActionType

java.lang.Object
  extended by 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

Field Summary
protected  String namespace
           
protected  String value
           
 
Constructor Summary
CommonActionType()
           
 
Method Summary
 String getNamespace()
          Gets the value of the namespace property.
 String getValue()
           
 void setNamespace(String value)
          Sets the value of the namespace property.
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespace

protected String namespace

value

protected String value
Constructor Detail

CommonActionType

public CommonActionType()
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 is String

getValue

public String getValue()

setValue

public void setValue(String value)

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.