xArch/xADL 2.0 Data Binding Library

edu.uci.isr.xarch.pladiff
Class RemoveSignatureInterfaceMappingImpl

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

public class RemoveSignatureInterfaceMappingImpl
extends Object
implements IRemoveSignatureInterfaceMapping, DOMBased

DOM-Based implementation of the IRemoveSignatureInterfaceMapping interface.

Author:
Automatically generated by xArch apigen.

Field Summary
protected  Element elt
           
static String INNER_INTERFACE_DESCRIPTION_ELT_NAME
          Tag name for innerInterfaceDescriptions in this object.
static String OUTER_SIGNATURE_DESCRIPTION_ELT_NAME
          Tag name for outerSignatureDescriptions 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.IRemoveSignatureInterfaceMapping
TYPE_METADATA
 
Fields inherited from interface edu.uci.isr.xarch.IXArchElement
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO
 
Constructor Summary
RemoveSignatureInterfaceMappingImpl(Element elt)
           
 
Method Summary
 void clearInnerInterfaceDescription()
          Clear the innerInterfaceDescription from this RemoveSignatureInterfaceMapping.
 void clearOuterSignatureDescription()
          Clear the outerSignatureDescription from this RemoveSignatureInterfaceMapping.
 IXArchElement cloneElement(int depth)
           
 boolean equals(Object o)
           
 Node getDOMNode()
          Gets the DOM node on which this implementation is based.
 IDescription getInnerInterfaceDescription()
          Get the innerInterfaceDescription from this RemoveSignatureInterfaceMapping.
 XArchInstanceMetadata getInstanceMetadata()
          Gets metadata describing the instance of this element.
 IDescription getOuterSignatureDescription()
          Get the outerSignatureDescription from this RemoveSignatureInterfaceMapping.
protected static SequenceOrder getSequenceOrder()
           
 XArchTypeMetadata getTypeMetadata()
          Gets metadata describing the xsi:type of this element.
 IXArch getXArch()
           
 int hashCode()
           
 boolean hasInnerInterfaceDescription(IDescription value)
          Determine if this RemoveSignatureInterfaceMapping has the given innerInterfaceDescription
 boolean hasOuterSignatureDescription(IDescription value)
          Determine if this RemoveSignatureInterfaceMapping has the given outerSignatureDescription
 boolean isEquivalent(IRemoveSignatureInterfaceMapping c)
          Determine if another RemoveSignatureInterfaceMapping is equivalent to this one, ignoring ID's.
 void setDOMNode(Node node)
          Sets the DOM node on which this implementation is based.
 void setInnerInterfaceDescription(IDescription value)
          Set the innerInterfaceDescription for this RemoveSignatureInterfaceMapping.
 void setOuterSignatureDescription(IDescription value)
          Set the outerSignatureDescription for this RemoveSignatureInterfaceMapping.
 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

OUTER_SIGNATURE_DESCRIPTION_ELT_NAME

public static final String OUTER_SIGNATURE_DESCRIPTION_ELT_NAME
Tag name for outerSignatureDescriptions in this object.

See Also:
Constant Field Values

INNER_INTERFACE_DESCRIPTION_ELT_NAME

public static final String INNER_INTERFACE_DESCRIPTION_ELT_NAME
Tag name for innerInterfaceDescriptions in this object.

See Also:
Constant Field Values

elt

protected Element elt
Constructor Detail

RemoveSignatureInterfaceMappingImpl

public RemoveSignatureInterfaceMappingImpl(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.

setOuterSignatureDescription

public void setOuterSignatureDescription(IDescription value)
Description copied from interface: IRemoveSignatureInterfaceMapping
Set the outerSignatureDescription for this RemoveSignatureInterfaceMapping.

Specified by:
setOuterSignatureDescription in interface IRemoveSignatureInterfaceMapping
Parameters:
value - new outerSignatureDescription

clearOuterSignatureDescription

public void clearOuterSignatureDescription()
Description copied from interface: IRemoveSignatureInterfaceMapping
Clear the outerSignatureDescription from this RemoveSignatureInterfaceMapping.

Specified by:
clearOuterSignatureDescription in interface IRemoveSignatureInterfaceMapping

getOuterSignatureDescription

public IDescription getOuterSignatureDescription()
Description copied from interface: IRemoveSignatureInterfaceMapping
Get the outerSignatureDescription from this RemoveSignatureInterfaceMapping.

Specified by:
getOuterSignatureDescription in interface IRemoveSignatureInterfaceMapping
Returns:
outerSignatureDescription

hasOuterSignatureDescription

public boolean hasOuterSignatureDescription(IDescription value)
Description copied from interface: IRemoveSignatureInterfaceMapping
Determine if this RemoveSignatureInterfaceMapping has the given outerSignatureDescription

Specified by:
hasOuterSignatureDescription in interface IRemoveSignatureInterfaceMapping
Parameters:
value - outerSignatureDescription to compare
Returns:
true if the outerSignatureDescriptions are equivalent, false otherwise

setInnerInterfaceDescription

public void setInnerInterfaceDescription(IDescription value)
Description copied from interface: IRemoveSignatureInterfaceMapping
Set the innerInterfaceDescription for this RemoveSignatureInterfaceMapping.

Specified by:
setInnerInterfaceDescription in interface IRemoveSignatureInterfaceMapping
Parameters:
value - new innerInterfaceDescription

clearInnerInterfaceDescription

public void clearInnerInterfaceDescription()
Description copied from interface: IRemoveSignatureInterfaceMapping
Clear the innerInterfaceDescription from this RemoveSignatureInterfaceMapping.

Specified by:
clearInnerInterfaceDescription in interface IRemoveSignatureInterfaceMapping

getInnerInterfaceDescription

public IDescription getInnerInterfaceDescription()
Description copied from interface: IRemoveSignatureInterfaceMapping
Get the innerInterfaceDescription from this RemoveSignatureInterfaceMapping.

Specified by:
getInnerInterfaceDescription in interface IRemoveSignatureInterfaceMapping
Returns:
innerInterfaceDescription

hasInnerInterfaceDescription

public boolean hasInnerInterfaceDescription(IDescription value)
Description copied from interface: IRemoveSignatureInterfaceMapping
Determine if this RemoveSignatureInterfaceMapping has the given innerInterfaceDescription

Specified by:
hasInnerInterfaceDescription in interface IRemoveSignatureInterfaceMapping
Parameters:
value - innerInterfaceDescription to compare
Returns:
true if the innerInterfaceDescriptions are equivalent, false otherwise

isEquivalent

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

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

xArch/xADL 2.0 Data Binding Library