Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.security.policy.scenario.util
Class NodeWrapper.Elements

java.lang.Object
  extended by oracle.wsm.security.policy.scenario.util.NodeWrapper.Elements

All Implemented Interfaces:
NodeWrapper.IElementsAttachments
Enclosing class:
NodeWrapper

public static final class NodeWrapper.Elements
extends Object
implements NodeWrapper.IElementsAttachments

Constructor Summary
NodeWrapper.Elements(String nodeLocalName, String nodeNamespace)
           
NodeWrapper.Elements(String nodeLocalName, String nodeNamespace, boolean isIgnorableElement)
           
NodeWrapper.Elements(String nodeLocalName, String nodeNamespace, boolean isIgnorableElement, boolean isBodyElement)
           

 

Method Summary
 String getId()
           
 String getLocalName()
           
 String getNamespace()
           
 boolean isBodyElement()
           
 boolean isIgnorableElement()
           
 void setId(String id)
           
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

NodeWrapper.Elements

public NodeWrapper.Elements(String nodeLocalName,
                            String nodeNamespace)

NodeWrapper.Elements

public NodeWrapper.Elements(String nodeLocalName,
                            String nodeNamespace,
                            boolean isIgnorableElement)

NodeWrapper.Elements

public NodeWrapper.Elements(String nodeLocalName,
                            String nodeNamespace,
                            boolean isIgnorableElement,
                            boolean isBodyElement)

Method Detail

toString

public String toString()
Specified by:
toString in interface NodeWrapper.IElementsAttachments
Overrides:
toString in class Object

setId

public void setId(String id)

getId

public String getId()

isIgnorableElement

public boolean isIgnorableElement()

isBodyElement

public boolean isBodyElement()

getLocalName

public String getLocalName()

getNamespace

public String getNamespace()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.