public class XTCETCContainer extends XTCENamedObject
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object that)
Comparison method used to order the XTCETCContainer objects when sorted
based upon their inheritance path rather than the Space System path.
|
org.omg.space.xtce.CommandContainerType |
getCommandContainerReference()
Retrieve a reference to the CommandContainer element in the JAXB
generated classes for the XTCE data model.
|
String |
getDescription()
Retrieves the preferred effective description of this Container in the
XTCE data model.
|
String |
getInheritancePath()
Retrieve the inheritance path for this CommandContainer.
|
String |
getLongDescription()
Retrieve the LongDescription element text for this CommandContainer.
|
String |
getShortDescription()
Retrieve the shortDescription attribute for this CommandContainer.
|
void |
setLongDescription(String description)
Sets the Long Description element text for this CommandContainer.
|
void |
setShortDescription(String description)
Sets the shortDescription attribute for this CommandContainer.
|
String |
toXml()
Retrieve an XML string that represents this Container element.
|
equals, getAlias, getAliasSet, getAncillaryData, getAncillaryData, getFullPath, getName, getPrimaryLongDescription, getPrimaryShortDescription, getSpaceSystemName, getSpaceSystemPath, hashCode, populateAliasListFromReference, setPrimaryLongDescription, setPrimaryShortDescriptionpublic final org.omg.space.xtce.CommandContainerType getCommandContainerReference()
public final String getInheritancePath()
public final String getShortDescription()
public final void setShortDescription(String description)
description - String containing the new short description or an
empty string (null tolerated) to remove the attribute.public final String getLongDescription()
public final void setLongDescription(String description)
description - String containing the new long description or an
empty string (null tolerated) to remove the element.public final String getDescription()
public final String toXml() throws XTCEDatabaseException
XTCEDatabaseException - in the event that the elements being
marshaled from the JAXB internal classes cannot make a valid document.
Check the exception message for causality information.public int compareTo(Object that)
compareTo in interface ComparablecompareTo in class XTCENamedObjectthat - XTCETCContainer object to compare to.ComparableCopyright © 2015–2019. All rights reserved.