|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for accessing objects of the
GenericMessage xsi:type in the
messages namespace.
| Field Summary | |
static XArchTypeMetadata |
TYPE_METADATA
|
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Method Summary | |
void |
clearCount()
Clear the count from this GenericMessage. |
void |
clearDescription()
Clear the description from this GenericMessage. |
void |
clearId()
Remove the id attribute from this GenericMessage. |
void |
clearKind()
Remove the kind attribute from this GenericMessage. |
void |
clearType()
Clear the type from this GenericMessage. |
ICount |
getCount()
Get the count from this GenericMessage. |
IDescription |
getDescription()
Get the description from this GenericMessage. |
String |
getId()
Get the id attribute from this GenericMessage. |
String |
getKind()
Get the kind attribute from this GenericMessage. |
IMessageType |
getType()
Get the type from this GenericMessage. |
boolean |
hasCount(ICount countToCheck)
Determine if this GenericMessage has the given count |
boolean |
hasDescription(IDescription descriptionToCheck)
Determine if this GenericMessage has the given description |
boolean |
hasId(String id)
Determine if the id attribute on this GenericMessage has the given value. |
boolean |
hasKind(String kind)
Determine if the kind attribute on this GenericMessage has the given value. |
boolean |
hasType(IMessageType typeToCheck)
Determine if this GenericMessage has the given type |
boolean |
isEqual(IGenericMessage GenericMessageToCheck)
Determine if another GenericMessage has the same id as this one. |
boolean |
isEquivalent(IGenericMessage GenericMessageToCheck)
Determine if another GenericMessage is equivalent to this one, ignoring ID's. |
void |
setCount(ICount value)
Set the count for this GenericMessage. |
void |
setDescription(IDescription value)
Set the description for this GenericMessage. |
void |
setId(String id)
Set the id attribute on this GenericMessage. |
void |
setKind(String kind)
Set the kind attribute on this GenericMessage. |
void |
setType(IMessageType value)
Set the type for this GenericMessage. |
| Methods inherited from interface edu.uci.isr.xarch.IXArchElement |
cloneElement, getInstanceMetadata, getTypeMetadata, getXArch, setXArch |
| Field Detail |
public static final XArchTypeMetadata TYPE_METADATA
| Method Detail |
public void setId(String id)
id - id
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearId()
public String getId()
public boolean hasId(String id)
id - Attribute value to compare
true if they match; false
otherwise.public void setKind(String kind)
kind - kind
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearKind()
public String getKind()
public boolean hasKind(String kind)
kind - Attribute value to compare
true if they match; false
otherwise.public void setDescription(IDescription value)
value - new descriptionpublic void clearDescription()
public IDescription getDescription()
public boolean hasDescription(IDescription descriptionToCheck)
descriptionToCheck - description to compare
true if the descriptions are equivalent,
false otherwisepublic void setCount(ICount value)
value - new countpublic void clearCount()
public ICount getCount()
public boolean hasCount(ICount countToCheck)
countToCheck - count to compare
true if the counts are equivalent,
false otherwisepublic void setType(IMessageType value)
value - new typepublic void clearType()
public IMessageType getType()
public boolean hasType(IMessageType typeToCheck)
typeToCheck - type to compare
true if the types are equivalent,
false otherwisepublic boolean isEqual(IGenericMessage GenericMessageToCheck)
GenericMessageToCheck - GenericMessage to compare with this
one.public boolean isEquivalent(IGenericMessage GenericMessageToCheck)
GenericMessageToCheck - GenericMessage to compare to this one.
true if all the child elements of this
GenericMessage are equivalent, false otherwise.
|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||