public class XTCETMContainer extends XTCENamedObject
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object that)
Comparison method used to order the XTCETMContainer objects when sorted
based upon their inheritance path rather than the Space System path.
|
boolean |
contains(XTCEParameter parameter)
Function to test if this container includes an XTCEParameter.
|
String |
getDescription()
Retrieves the preferred effective description of this Container in the
XTCE data model.
|
String |
getInheritancePath()
Retrieve the inheritance path for this SequenceContainer.
|
String |
getLongDescription()
Retrieve the LongDescription element text for this SequenceContainer.
|
org.omg.space.xtce.SequenceContainerType |
getSequenceContainerReference()
Retrieve a reference to the SequenceContainer element in the JAXB
generated classes for the XTCE data model.
|
String |
getShortDescription()
Retrieve the shortDescription attribute for this SequenceContainer.
|
boolean |
isAbstract()
Retrieve the abstract flag for this SequenceContainer.
|
void |
setLongDescription(String description)
Sets the Long Description element text for this SequenceContainer.
|
void |
setShortDescription(String description)
Sets the shortDescription attribute for this SequenceContainer.
|
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.SequenceContainerType getSequenceContainerReference()
public final boolean isAbstract()
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 boolean contains(XTCEParameter parameter)
parameter - XTCEParameter to search in the container entry list.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 - XTCETMContainer object to compare to.ComparableCopyright © 2015–2019. All rights reserved.