xArch/xADL 2.0 Data Binding Library

edu.uci.isr.xarch.pladiff
Class AddSignatureInterfaceMappingImpl

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

public class AddSignatureInterfaceMappingImpl
extends Object
implements IAddSignatureInterfaceMapping, DOMBased

DOM-Based implementation of the IAddSignatureInterfaceMapping interface.

Author:
Automatically generated by xArch apigen.

Field Summary
protected  Element elt
           
static String INTERFACE_END_POINT_ELT_NAME
          Tag name for interfaceEndPoints in this object.
static String SIGNATURE_END_POINT_ELT_NAME
          Tag name for signatureEndPoints in this object.
static String SIGNATURE_INTERFACE_MAPPING_ELT_NAME
          Tag name for signatureInterfaceMappings 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.IAddSignatureInterfaceMapping
TYPE_METADATA
 
Fields inherited from interface edu.uci.isr.xarch.IXArchElement
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO
 
Constructor Summary
AddSignatureInterfaceMappingImpl(Element elt)
           
 
Method Summary
 void clearInterfaceEndPoint()
          Clear the interfaceEndPoint from this AddSignatureInterfaceMapping.
 void clearSignatureEndPoint()
          Clear the signatureEndPoint from this AddSignatureInterfaceMapping.
 void clearSignatureInterfaceMapping()
          Clear the signatureInterfaceMapping from this AddSignatureInterfaceMapping.
 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.
 IInterfaceEndPoint getInterfaceEndPoint()
          Get the interfaceEndPoint from this AddSignatureInterfaceMapping.
protected static SequenceOrder getSequenceOrder()
           
 ISignatureEndPoint getSignatureEndPoint()
          Get the signatureEndPoint from this AddSignatureInterfaceMapping.
 ISignatureInterfaceMapping getSignatureInterfaceMapping()
          Get the signatureInterfaceMapping from this AddSignatureInterfaceMapping.
 XArchTypeMetadata getTypeMetadata()
          Gets metadata describing the xsi:type of this element.
 IXArch getXArch()
           
 int hashCode()
           
 boolean hasInterfaceEndPoint(IInterfaceEndPoint value)
          Determine if this AddSignatureInterfaceMapping has the given interfaceEndPoint
 boolean hasSignatureEndPoint(ISignatureEndPoint value)
          Determine if this AddSignatureInterfaceMapping has the given signatureEndPoint
 boolean hasSignatureInterfaceMapping(ISignatureInterfaceMapping value)
          Determine if this AddSignatureInterfaceMapping has the given signatureInterfaceMapping
 boolean isEquivalent(IAddSignatureInterfaceMapping c)
          Determine if another AddSignatureInterfaceMapping is equivalent to this one, ignoring ID's.
 void setDOMNode(Node node)
          Sets the DOM node on which this implementation is based.
 void setInterfaceEndPoint(IInterfaceEndPoint value)
          Set the interfaceEndPoint for this AddSignatureInterfaceMapping.
 void setSignatureEndPoint(ISignatureEndPoint value)
          Set the signatureEndPoint for this AddSignatureInterfaceMapping.
 void setSignatureInterfaceMapping(ISignatureInterfaceMapping value)
          Set the signatureInterfaceMapping for this AddSignatureInterfaceMapping.
 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

SIGNATURE_INTERFACE_MAPPING_ELT_NAME

public static final String SIGNATURE_INTERFACE_MAPPING_ELT_NAME
Tag name for signatureInterfaceMappings in this object.

See Also:
Constant Field Values

SIGNATURE_END_POINT_ELT_NAME

public static final String SIGNATURE_END_POINT_ELT_NAME
Tag name for signatureEndPoints in this object.

See Also:
Constant Field Values

INTERFACE_END_POINT_ELT_NAME

public static final String INTERFACE_END_POINT_ELT_NAME
Tag name for interfaceEndPoints in this object.

See Also:
Constant Field Values

elt

protected Element elt
Constructor Detail

AddSignatureInterfaceMappingImpl

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

setSignatureInterfaceMapping

public void setSignatureInterfaceMapping(ISignatureInterfaceMapping value)
Description copied from interface: IAddSignatureInterfaceMapping
Set the signatureInterfaceMapping for this AddSignatureInterfaceMapping.

Specified by:
setSignatureInterfaceMapping in interface IAddSignatureInterfaceMapping
Parameters:
value - new signatureInterfaceMapping

clearSignatureInterfaceMapping

public void clearSignatureInterfaceMapping()
Description copied from interface: IAddSignatureInterfaceMapping
Clear the signatureInterfaceMapping from this AddSignatureInterfaceMapping.

Specified by:
clearSignatureInterfaceMapping in interface IAddSignatureInterfaceMapping

getSignatureInterfaceMapping

public ISignatureInterfaceMapping getSignatureInterfaceMapping()
Description copied from interface: IAddSignatureInterfaceMapping
Get the signatureInterfaceMapping from this AddSignatureInterfaceMapping.

Specified by:
getSignatureInterfaceMapping in interface IAddSignatureInterfaceMapping
Returns:
signatureInterfaceMapping

hasSignatureInterfaceMapping

public boolean hasSignatureInterfaceMapping(ISignatureInterfaceMapping value)
Description copied from interface: IAddSignatureInterfaceMapping
Determine if this AddSignatureInterfaceMapping has the given signatureInterfaceMapping

Specified by:
hasSignatureInterfaceMapping in interface IAddSignatureInterfaceMapping
Parameters:
value - signatureInterfaceMapping to compare
Returns:
true if the signatureInterfaceMappings are equivalent, false otherwise

setSignatureEndPoint

public void setSignatureEndPoint(ISignatureEndPoint value)
Description copied from interface: IAddSignatureInterfaceMapping
Set the signatureEndPoint for this AddSignatureInterfaceMapping.

Specified by:
setSignatureEndPoint in interface IAddSignatureInterfaceMapping
Parameters:
value - new signatureEndPoint

clearSignatureEndPoint

public void clearSignatureEndPoint()
Description copied from interface: IAddSignatureInterfaceMapping
Clear the signatureEndPoint from this AddSignatureInterfaceMapping.

Specified by:
clearSignatureEndPoint in interface IAddSignatureInterfaceMapping

getSignatureEndPoint

public ISignatureEndPoint getSignatureEndPoint()
Description copied from interface: IAddSignatureInterfaceMapping
Get the signatureEndPoint from this AddSignatureInterfaceMapping.

Specified by:
getSignatureEndPoint in interface IAddSignatureInterfaceMapping
Returns:
signatureEndPoint

hasSignatureEndPoint

public boolean hasSignatureEndPoint(ISignatureEndPoint value)
Description copied from interface: IAddSignatureInterfaceMapping
Determine if this AddSignatureInterfaceMapping has the given signatureEndPoint

Specified by:
hasSignatureEndPoint in interface IAddSignatureInterfaceMapping
Parameters:
value - signatureEndPoint to compare
Returns:
true if the signatureEndPoints are equivalent, false otherwise

setInterfaceEndPoint

public void setInterfaceEndPoint(IInterfaceEndPoint value)
Description copied from interface: IAddSignatureInterfaceMapping
Set the interfaceEndPoint for this AddSignatureInterfaceMapping.

Specified by:
setInterfaceEndPoint in interface IAddSignatureInterfaceMapping
Parameters:
value - new interfaceEndPoint

clearInterfaceEndPoint

public void clearInterfaceEndPoint()
Description copied from interface: IAddSignatureInterfaceMapping
Clear the interfaceEndPoint from this AddSignatureInterfaceMapping.

Specified by:
clearInterfaceEndPoint in interface IAddSignatureInterfaceMapping

getInterfaceEndPoint

public IInterfaceEndPoint getInterfaceEndPoint()
Description copied from interface: IAddSignatureInterfaceMapping
Get the interfaceEndPoint from this AddSignatureInterfaceMapping.

Specified by:
getInterfaceEndPoint in interface IAddSignatureInterfaceMapping
Returns:
interfaceEndPoint

hasInterfaceEndPoint

public boolean hasInterfaceEndPoint(IInterfaceEndPoint value)
Description copied from interface: IAddSignatureInterfaceMapping
Determine if this AddSignatureInterfaceMapping has the given interfaceEndPoint

Specified by:
hasInterfaceEndPoint in interface IAddSignatureInterfaceMapping
Parameters:
value - interfaceEndPoint to compare
Returns:
true if the interfaceEndPoints are equivalent, false otherwise

isEquivalent

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

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

xArch/xADL 2.0 Data Binding Library