org.opensaml.ws.wsaddressing.impl
Class ProblemActionImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.ws.wsaddressing.impl.AbstractWSAddressingObject
              extended by org.opensaml.ws.wsaddressing.impl.ProblemActionImpl
All Implemented Interfaces:
ProblemAction, WSAddressingObject, org.opensaml.xml.AttributeExtensibleXMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject

public class ProblemActionImpl
extends AbstractWSAddressingObject
implements ProblemAction

Implementation of ProblemAction.


Field Summary
 
Fields inherited from interface org.opensaml.ws.wsaddressing.ProblemAction
ELEMENT_LOCAL_NAME, ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
 
Constructor Summary
ProblemActionImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
          Constructor.
 
Method Summary
 Action getAction()
          Get the Action child element.
 List<org.opensaml.xml.XMLObject> getOrderedChildren()
          
 SoapAction getSoapAction()
          Get the SoapAction child element.
 org.opensaml.xml.util.AttributeMap getUnknownAttributes()
          
 void setAction(Action newAction)
          Set the Action child element.
 void setSoapAction(SoapAction newSoapAction)
          Set the SoapAction child element.
 
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Constructor Detail

ProblemActionImpl

public ProblemActionImpl(String namespaceURI,
                         String elementLocalName,
                         String namespacePrefix)
Constructor.

Parameters:
namespaceURI - The namespace of the element
elementLocalName - The local name of the element
namespacePrefix - The namespace prefix of the element
Method Detail

getAction

public Action getAction()
Get the Action child element.

Specified by:
getAction in interface ProblemAction
Returns:
the Action child element

getSoapAction

public SoapAction getSoapAction()
Get the SoapAction child element.

Specified by:
getSoapAction in interface ProblemAction
Returns:
the SoapAction child element

setAction

public void setAction(Action newAction)
Set the Action child element.

Specified by:
setAction in interface ProblemAction
Parameters:
newAction - the new Action child element

setSoapAction

public void setSoapAction(SoapAction newSoapAction)
Set the SoapAction child element.

Specified by:
setSoapAction in interface ProblemAction
Parameters:
newSoapAction - the new SoapAction child element

getUnknownAttributes

public org.opensaml.xml.util.AttributeMap getUnknownAttributes()

Specified by:
getUnknownAttributes in interface org.opensaml.xml.AttributeExtensibleXMLObject

getOrderedChildren

public List<org.opensaml.xml.XMLObject> getOrderedChildren()

Specified by:
getOrderedChildren in interface org.opensaml.xml.XMLObject
Overrides:
getOrderedChildren in class AbstractWSAddressingObject


Copyright © 2006-2013 Internet2. All Rights Reserved.