public class PointingMetadata extends PointingElement
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | METADATA_TAG | 
| Constructor and Description | 
|---|
| PointingMetadata() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addComment(java.lang.String comment) | 
| PointingMetadata | copy() | 
| String1d | getComments() | 
| int | getVstpNumber() | 
| static PointingMetadata | readFrom(org.w3c.dom.Node node) | 
| java.lang.String | toXml(int indent)Write a XML representation of this element | 
addAttribute, addChild, asDataset, copyFrom, equals, getAttribute, getAttributes, getChild, getChildren, getDescription, getFirstLevelTextContent, getName, getValue, hasAttributtes, hasChildren, regenerate, removeAttribute, removeAttribute, setDescription, setValue, toString, toStringParameter, validatepublic PointingMetadata copy()
copy in class PointingElementpublic void addComment(java.lang.String comment)
public String1d getComments()
public int getVstpNumber()
public java.lang.String toXml(int indent)
toXml in class PointingElementindent - The initial indent to be applied to the XMLpublic static PointingMetadata readFrom(org.w3c.dom.Node node)