|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.ndr.apiproxy.InputXML
public class InputXML
Class representing the payload for most NdrRequest
s. See NDR APIBasics
for more information about the InputXML parameter.
Constructor Summary | |
---|---|
InputXML(NDRConstants.NDRObjectType objectType)
Constructor for the InputXML object for the specified NDR object type. |
Method Summary | |
---|---|
Document |
asDocument()
Get an org.dom4j.Document representation of the inputXML. |
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(String[] args)
The main program for the InputXML class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputXML(NDRConstants.NDRObjectType objectType)
objectType
- NOT YET DOCUMENTEDMethod Detail |
---|
public InputXMLComponent getProperties()
public InputXMLComponent getRelationships()
public DataComponent getData()
public Document asDocument()
public String asXML()
public static void main(String[] args) throws Exception
args
- The command line arguments
Exception
- NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |