xArch/xADL 2.0 Data Binding Library

edu.uci.isr.xarch.pladiff
Class RemoveImpl

java.lang.Object
  extended byedu.uci.isr.xarch.pladiff.RemoveImpl
All Implemented Interfaces:
DOMBased, IRemove, IXArchElement

public class RemoveImpl
extends Object
implements IRemove, DOMBased

DOM-Based implementation of the IRemove interface.

Author:
Automatically generated by xArch apigen.

Field Summary
protected  Element elt
           
static String REMOVE_STRUCTURAL_ENTITY_ELT_NAME
          Tag name for removeStructuralEntitys in this object.
static String REMOVE_TYPE_ENTITY_ELT_NAME
          Tag name for removeTypeEntitys in this object.
protected  IXArch xArch
           
static String XSD_TYPE_NAME
           
static String XSD_TYPE_NSURI
           
 
Fields inherited from interface edu.uci.isr.xarch.pladiff.IRemove
TYPE_METADATA
 
Fields inherited from interface edu.uci.isr.xarch.IXArchElement
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO
 
Constructor Summary
RemoveImpl(Element elt)
           
 
Method Summary
 void clearRemoveStructuralEntity()
          Clear the removeStructuralEntity from this Remove.
 void clearRemoveTypeEntity()
          Clear the removeTypeEntity from this Remove.
 IXArchElement cloneElement(int depth)
           
 boolean equals(Object o)
           
 Node getDOMNode()
          Gets the DOM node on which this implementation is based.
 XArchInstanceMetadata getInstanceMetadata()
          Gets metadata describing the instance of this element.
 IRemoveStructuralEntity getRemoveStructuralEntity()
          Get the removeStructuralEntity from this Remove.
 IRemoveTypeEntity getRemoveTypeEntity()
          Get the removeTypeEntity from this Remove.
protected static SequenceOrder getSequenceOrder()
           
 XArchTypeMetadata getTypeMetadata()
          Gets metadata describing the xsi:type of this element.
 IXArch getXArch()
           
 int hashCode()
           
 boolean hasRemoveStructuralEntity(IRemoveStructuralEntity value)
          Determine if this Remove has the given removeStructuralEntity
 boolean hasRemoveTypeEntity(IRemoveTypeEntity value)
          Determine if this Remove has the given removeTypeEntity
 boolean isEquivalent(IRemove c)
          Determine if another Remove is equivalent to this one, ignoring ID's.
 void setDOMNode(Node node)
          Sets the DOM node on which this implementation is based.
 void setRemoveStructuralEntity(IRemoveStructuralEntity value)
          Set the removeStructuralEntity for this Remove.
 void setRemoveTypeEntity(IRemoveTypeEntity value)
          Set the removeTypeEntity for this Remove.
 void setXArch(IXArch xArch)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XSD_TYPE_NSURI

public static final String XSD_TYPE_NSURI
See Also:
Constant Field Values

XSD_TYPE_NAME

public static final String XSD_TYPE_NAME
See Also:
Constant Field Values

xArch

protected IXArch xArch

REMOVE_STRUCTURAL_ENTITY_ELT_NAME

public static final String REMOVE_STRUCTURAL_ENTITY_ELT_NAME
Tag name for removeStructuralEntitys in this object.

See Also:
Constant Field Values

REMOVE_TYPE_ENTITY_ELT_NAME

public static final String REMOVE_TYPE_ENTITY_ELT_NAME
Tag name for removeTypeEntitys in this object.

See Also:
Constant Field Values

elt

protected Element elt
Constructor Detail

RemoveImpl

public RemoveImpl(Element elt)
Method Detail

getDOMNode

public Node getDOMNode()
Description copied from interface: DOMBased
Gets the DOM node on which this implementation is based.

Specified by:
getDOMNode in interface DOMBased
Returns:
DOM node

setDOMNode

public void setDOMNode(Node node)
Description copied from interface: DOMBased
Sets the DOM node on which this implementation is based.

Specified by:
setDOMNode in interface DOMBased
Parameters:
node - DOM node

getSequenceOrder

protected static SequenceOrder getSequenceOrder()

setXArch

public void setXArch(IXArch xArch)
Specified by:
setXArch in interface IXArchElement

getXArch

public IXArch getXArch()
Specified by:
getXArch in interface IXArchElement

cloneElement

public IXArchElement cloneElement(int depth)
Specified by:
cloneElement in interface IXArchElement

equals

public boolean equals(Object o)

hashCode

public int hashCode()

getTypeMetadata

public XArchTypeMetadata getTypeMetadata()
Description copied from interface: IXArchElement
Gets metadata describing the xsi:type of this element.

Specified by:
getTypeMetadata in interface IXArchElement
Returns:
metadata describing the xsi:type of this element.

getInstanceMetadata

public XArchInstanceMetadata getInstanceMetadata()
Description copied from interface: IXArchElement
Gets metadata describing the instance of this element.

Specified by:
getInstanceMetadata in interface IXArchElement
Returns:
metadata describing the instance of this element.

setRemoveStructuralEntity

public void setRemoveStructuralEntity(IRemoveStructuralEntity value)
Description copied from interface: IRemove
Set the removeStructuralEntity for this Remove.

Specified by:
setRemoveStructuralEntity in interface IRemove
Parameters:
value - new removeStructuralEntity

clearRemoveStructuralEntity

public void clearRemoveStructuralEntity()
Description copied from interface: IRemove
Clear the removeStructuralEntity from this Remove.

Specified by:
clearRemoveStructuralEntity in interface IRemove

getRemoveStructuralEntity

public IRemoveStructuralEntity getRemoveStructuralEntity()
Description copied from interface: IRemove
Get the removeStructuralEntity from this Remove.

Specified by:
getRemoveStructuralEntity in interface IRemove
Returns:
removeStructuralEntity

hasRemoveStructuralEntity

public boolean hasRemoveStructuralEntity(IRemoveStructuralEntity value)
Description copied from interface: IRemove
Determine if this Remove has the given removeStructuralEntity

Specified by:
hasRemoveStructuralEntity in interface IRemove
Parameters:
value - removeStructuralEntity to compare
Returns:
true if the removeStructuralEntitys are equivalent, false otherwise

setRemoveTypeEntity

public void setRemoveTypeEntity(IRemoveTypeEntity value)
Description copied from interface: IRemove
Set the removeTypeEntity for this Remove.

Specified by:
setRemoveTypeEntity in interface IRemove
Parameters:
value - new removeTypeEntity

clearRemoveTypeEntity

public void clearRemoveTypeEntity()
Description copied from interface: IRemove
Clear the removeTypeEntity from this Remove.

Specified by:
clearRemoveTypeEntity in interface IRemove

getRemoveTypeEntity

public IRemoveTypeEntity getRemoveTypeEntity()
Description copied from interface: IRemove
Get the removeTypeEntity from this Remove.

Specified by:
getRemoveTypeEntity in interface IRemove
Returns:
removeTypeEntity

hasRemoveTypeEntity

public boolean hasRemoveTypeEntity(IRemoveTypeEntity value)
Description copied from interface: IRemove
Determine if this Remove has the given removeTypeEntity

Specified by:
hasRemoveTypeEntity in interface IRemove
Parameters:
value - removeTypeEntity to compare
Returns:
true if the removeTypeEntitys are equivalent, false otherwise

isEquivalent

public boolean isEquivalent(IRemove c)
Description copied from interface: IRemove
Determine if another Remove is equivalent to this one, ignoring ID's.

Specified by:
isEquivalent in interface IRemove
Parameters:
c - Remove to compare to this one.
Returns:
true if all the child elements of this Remove are equivalent, false otherwise.

xArch/xADL 2.0 Data Binding Library