xArch/xADL 2.0 Data Binding Library

edu.uci.isr.xarch.pladiff
Class SignatureEndPointImpl

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

public class SignatureEndPointImpl
extends Object
implements ISignatureEndPoint, DOMBased

DOM-Based implementation of the ISignatureEndPoint interface.

Author:
Automatically generated by xArch apigen.

Field Summary
protected  Element elt
           
static String OUTER_ELEMENT_DESCRIPTION_ELT_NAME
          Tag name for outerElementDescriptions in this object.
static String SIGNATURE_DESCRIPTION_ELT_NAME
          Tag name for signatureDescriptions 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.ISignatureEndPoint
TYPE_METADATA
 
Fields inherited from interface edu.uci.isr.xarch.IXArchElement
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO
 
Constructor Summary
SignatureEndPointImpl(Element elt)
           
 
Method Summary
 void clearOuterElementDescription()
          Clear the outerElementDescription from this SignatureEndPoint.
 void clearSignatureDescription()
          Clear the signatureDescription from this SignatureEndPoint.
 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.
 IDescription getOuterElementDescription()
          Get the outerElementDescription from this SignatureEndPoint.
protected static SequenceOrder getSequenceOrder()
           
 IDescription getSignatureDescription()
          Get the signatureDescription from this SignatureEndPoint.
 XArchTypeMetadata getTypeMetadata()
          Gets metadata describing the xsi:type of this element.
 IXArch getXArch()
           
 int hashCode()
           
 boolean hasOuterElementDescription(IDescription value)
          Determine if this SignatureEndPoint has the given outerElementDescription
 boolean hasSignatureDescription(IDescription value)
          Determine if this SignatureEndPoint has the given signatureDescription
 boolean isEquivalent(ISignatureEndPoint c)
          Determine if another SignatureEndPoint is equivalent to this one, ignoring ID's.
 void setDOMNode(Node node)
          Sets the DOM node on which this implementation is based.
 void setOuterElementDescription(IDescription value)
          Set the outerElementDescription for this SignatureEndPoint.
 void setSignatureDescription(IDescription value)
          Set the signatureDescription for this SignatureEndPoint.
 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_DESCRIPTION_ELT_NAME

public static final String SIGNATURE_DESCRIPTION_ELT_NAME
Tag name for signatureDescriptions in this object.

See Also:
Constant Field Values

OUTER_ELEMENT_DESCRIPTION_ELT_NAME

public static final String OUTER_ELEMENT_DESCRIPTION_ELT_NAME
Tag name for outerElementDescriptions in this object.

See Also:
Constant Field Values

elt

protected Element elt
Constructor Detail

SignatureEndPointImpl

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

setSignatureDescription

public void setSignatureDescription(IDescription value)
Description copied from interface: ISignatureEndPoint
Set the signatureDescription for this SignatureEndPoint.

Specified by:
setSignatureDescription in interface ISignatureEndPoint
Parameters:
value - new signatureDescription

clearSignatureDescription

public void clearSignatureDescription()
Description copied from interface: ISignatureEndPoint
Clear the signatureDescription from this SignatureEndPoint.

Specified by:
clearSignatureDescription in interface ISignatureEndPoint

getSignatureDescription

public IDescription getSignatureDescription()
Description copied from interface: ISignatureEndPoint
Get the signatureDescription from this SignatureEndPoint.

Specified by:
getSignatureDescription in interface ISignatureEndPoint
Returns:
signatureDescription

hasSignatureDescription

public boolean hasSignatureDescription(IDescription value)
Description copied from interface: ISignatureEndPoint
Determine if this SignatureEndPoint has the given signatureDescription

Specified by:
hasSignatureDescription in interface ISignatureEndPoint
Parameters:
value - signatureDescription to compare
Returns:
true if the signatureDescriptions are equivalent, false otherwise

setOuterElementDescription

public void setOuterElementDescription(IDescription value)
Description copied from interface: ISignatureEndPoint
Set the outerElementDescription for this SignatureEndPoint.

Specified by:
setOuterElementDescription in interface ISignatureEndPoint
Parameters:
value - new outerElementDescription

clearOuterElementDescription

public void clearOuterElementDescription()
Description copied from interface: ISignatureEndPoint
Clear the outerElementDescription from this SignatureEndPoint.

Specified by:
clearOuterElementDescription in interface ISignatureEndPoint

getOuterElementDescription

public IDescription getOuterElementDescription()
Description copied from interface: ISignatureEndPoint
Get the outerElementDescription from this SignatureEndPoint.

Specified by:
getOuterElementDescription in interface ISignatureEndPoint
Returns:
outerElementDescription

hasOuterElementDescription

public boolean hasOuterElementDescription(IDescription value)
Description copied from interface: ISignatureEndPoint
Determine if this SignatureEndPoint has the given outerElementDescription

Specified by:
hasOuterElementDescription in interface ISignatureEndPoint
Parameters:
value - outerElementDescription to compare
Returns:
true if the outerElementDescriptions are equivalent, false otherwise

isEquivalent

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

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

xArch/xADL 2.0 Data Binding Library