xArch/xADL 2.0 Data Binding Library

edu.uci.isr.xarch.boolguard
Class GreaterThanOrEqualsImpl

java.lang.Object
  extended byedu.uci.isr.xarch.boolguard.GreaterThanOrEqualsImpl
All Implemented Interfaces:
DOMBased, IGreaterThanOrEquals, IXArchElement

public class GreaterThanOrEqualsImpl
extends Object
implements IGreaterThanOrEquals, DOMBased

DOM-Based implementation of the IGreaterThanOrEquals interface.

Author:
Automatically generated by xArch apigen.

Field Summary
protected  Element elt
           
static String SYMBOL_ELT_NAME
          Tag name for symbols in this object.
static String SYMBOL2_ELT_NAME
          Tag name for symbol2s in this object.
static String VALUE_ELT_NAME
          Tag name for values in this object.
protected  IXArch xArch
           
static String XSD_TYPE_NAME
           
static String XSD_TYPE_NSURI
           
 
Fields inherited from interface edu.uci.isr.xarch.boolguard.IGreaterThanOrEquals
TYPE_METADATA
 
Fields inherited from interface edu.uci.isr.xarch.IXArchElement
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO
 
Constructor Summary
GreaterThanOrEqualsImpl(Element elt)
           
 
Method Summary
 void clearSymbol()
          Clear the symbol from this GreaterThanOrEquals.
 void clearSymbol2()
          Clear the symbol2 from this GreaterThanOrEquals.
 void clearValue()
          Clear the value from this GreaterThanOrEquals.
 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.
protected static SequenceOrder getSequenceOrder()
           
 ISymbol getSymbol()
          Get the symbol from this GreaterThanOrEquals.
 ISymbol getSymbol2()
          Get the symbol2 from this GreaterThanOrEquals.
 XArchTypeMetadata getTypeMetadata()
          Gets metadata describing the xsi:type of this element.
 IValue getValue()
          Get the value from this GreaterThanOrEquals.
 IXArch getXArch()
           
 int hashCode()
           
 boolean hasSymbol(ISymbol value)
          Determine if this GreaterThanOrEquals has the given symbol
 boolean hasSymbol2(ISymbol value)
          Determine if this GreaterThanOrEquals has the given symbol2
 boolean hasValue(IValue value)
          Determine if this GreaterThanOrEquals has the given value
 boolean isEquivalent(IGreaterThanOrEquals c)
          Determine if another GreaterThanOrEquals is equivalent to this one, ignoring ID's.
 void setDOMNode(Node node)
          Sets the DOM node on which this implementation is based.
 void setSymbol(ISymbol value)
          Set the symbol for this GreaterThanOrEquals.
 void setSymbol2(ISymbol value)
          Set the symbol2 for this GreaterThanOrEquals.
 void setValue(IValue value)
          Set the value for this GreaterThanOrEquals.
 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

SYMBOL_ELT_NAME

public static final String SYMBOL_ELT_NAME
Tag name for symbols in this object.

See Also:
Constant Field Values

SYMBOL2_ELT_NAME

public static final String SYMBOL2_ELT_NAME
Tag name for symbol2s in this object.

See Also:
Constant Field Values

VALUE_ELT_NAME

public static final String VALUE_ELT_NAME
Tag name for values in this object.

See Also:
Constant Field Values

elt

protected Element elt
Constructor Detail

GreaterThanOrEqualsImpl

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

setSymbol

public void setSymbol(ISymbol value)
Description copied from interface: IGreaterThanOrEquals
Set the symbol for this GreaterThanOrEquals.

Specified by:
setSymbol in interface IGreaterThanOrEquals
Parameters:
value - new symbol

clearSymbol

public void clearSymbol()
Description copied from interface: IGreaterThanOrEquals
Clear the symbol from this GreaterThanOrEquals.

Specified by:
clearSymbol in interface IGreaterThanOrEquals

getSymbol

public ISymbol getSymbol()
Description copied from interface: IGreaterThanOrEquals
Get the symbol from this GreaterThanOrEquals.

Specified by:
getSymbol in interface IGreaterThanOrEquals
Returns:
symbol

hasSymbol

public boolean hasSymbol(ISymbol value)
Description copied from interface: IGreaterThanOrEquals
Determine if this GreaterThanOrEquals has the given symbol

Specified by:
hasSymbol in interface IGreaterThanOrEquals
Parameters:
value - symbol to compare
Returns:
true if the symbols are equivalent, false otherwise

setSymbol2

public void setSymbol2(ISymbol value)
Description copied from interface: IGreaterThanOrEquals
Set the symbol2 for this GreaterThanOrEquals.

Specified by:
setSymbol2 in interface IGreaterThanOrEquals
Parameters:
value - new symbol2

clearSymbol2

public void clearSymbol2()
Description copied from interface: IGreaterThanOrEquals
Clear the symbol2 from this GreaterThanOrEquals.

Specified by:
clearSymbol2 in interface IGreaterThanOrEquals

getSymbol2

public ISymbol getSymbol2()
Description copied from interface: IGreaterThanOrEquals
Get the symbol2 from this GreaterThanOrEquals.

Specified by:
getSymbol2 in interface IGreaterThanOrEquals
Returns:
symbol2

hasSymbol2

public boolean hasSymbol2(ISymbol value)
Description copied from interface: IGreaterThanOrEquals
Determine if this GreaterThanOrEquals has the given symbol2

Specified by:
hasSymbol2 in interface IGreaterThanOrEquals
Parameters:
value - symbol2 to compare
Returns:
true if the symbol2s are equivalent, false otherwise

setValue

public void setValue(IValue value)
Description copied from interface: IGreaterThanOrEquals
Set the value for this GreaterThanOrEquals.

Specified by:
setValue in interface IGreaterThanOrEquals
Parameters:
value - new value

clearValue

public void clearValue()
Description copied from interface: IGreaterThanOrEquals
Clear the value from this GreaterThanOrEquals.

Specified by:
clearValue in interface IGreaterThanOrEquals

getValue

public IValue getValue()
Description copied from interface: IGreaterThanOrEquals
Get the value from this GreaterThanOrEquals.

Specified by:
getValue in interface IGreaterThanOrEquals
Returns:
value

hasValue

public boolean hasValue(IValue value)
Description copied from interface: IGreaterThanOrEquals
Determine if this GreaterThanOrEquals has the given value

Specified by:
hasValue in interface IGreaterThanOrEquals
Parameters:
value - value to compare
Returns:
true if the values are equivalent, false otherwise

isEquivalent

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

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

xArch/xADL 2.0 Data Binding Library