public class InputXML
extends java.lang.Object
NdrRequest
s. See NDR APIBasics
for more information about the InputXML parameter.Constructor and Description |
---|
InputXML(NDRConstants.NDRObjectType objectType)
Constructor for the InputXML object for the specified NDR object type.
|
Modifier and Type | Method and Description |
---|---|
org.dom4j.Document |
asDocument()
Get an org.dom4j.Document representation of the inputXML.
|
java.lang.String |
asXML()
Returns a String representation of the InputXML instance for use as a
NdrRequest parameter.
|
DataComponent |
getData()
Gets the data component of the InputXML object.
|
InputXMLComponent |
getProperties()
Gets the properties component of the InputXML object.
|
InputXMLComponent |
getRelationships()
Gets the relationships component of the InputXML object
|
static void |
main(java.lang.String[] args)
The main program for the InputXML class
|
public InputXML(NDRConstants.NDRObjectType objectType)
objectType
- NOT YET DOCUMENTEDpublic InputXMLComponent getProperties()
public InputXMLComponent getRelationships()
public DataComponent getData()
public org.dom4j.Document asDocument()
public java.lang.String asXML()
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line argumentsjava.lang.Exception
- NOT YET DOCUMENTED