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, AttributeExtensibleXMLObject, ValidatingXMLObject, XMLObject

public class ProblemActionImpl
extends AbstractWSAddressingObject
implements ProblemAction

Implementation of ProblemAction.


Field Summary
private  Action action
          Action child element.
private  SoapAction soapAction
          SoapAction child element.
private  AttributeMap unknownAttributes
          Wildcard attributes.
 
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<XMLObject> getOrderedChildren()
          
 SoapAction getSoapAction()
          Get the SoapAction child element.
 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
 

Field Detail

action

private Action action
Action child element.


soapAction

private SoapAction soapAction
SoapAction child element.


unknownAttributes

private AttributeMap unknownAttributes
Wildcard attributes.

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 AttributeMap getUnknownAttributes()

Specified by:
getUnknownAttributes in interface AttributeExtensibleXMLObject

getOrderedChildren

public List<XMLObject> getOrderedChildren()

Specified by:
getOrderedChildren in interface XMLObject
Overrides:
getOrderedChildren in class AbstractWSAddressingObject


Copyright © 1999-2013. All Rights Reserved.