PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.assertion
Class ActionType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.common.CommonActionType
      extended by org.picketlink.identity.federation.saml.v2.assertion.ActionType
All Implemented Interfaces:
Serializable

public class ActionType
extends CommonActionType

Java class for ActionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ActionType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="Namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.picketlink.identity.federation.saml.common.CommonActionType
namespace, value
 
Constructor Summary
ActionType()
           
 
Method Summary
 
Methods inherited from class org.picketlink.identity.federation.saml.common.CommonActionType
getNamespace, getValue, setNamespace, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionType

public ActionType()

PicketLink Federation Core 2.1.6.Final-redhat-2

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