|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openspml.v2.msg.spml.Extensible
org.openspml.v2.msg.spmlsearch.ResultsIterator
Constructor Summary | |
ResultsIterator()
|
|
ResultsIterator(java.lang.String ID)
|
Method Summary | |
java.lang.String |
getID()
|
PrefixAndNamespaceTuple[] |
getNamespacesInfo()
We need to know the namespace of the class to include. |
boolean |
isValid()
Is this ready to go or are there syntax errors, like missing required fields? |
void |
setID(java.lang.String ID)
|
java.lang.String |
toXML(XMLMarshaller m)
Visitor pattern - dispatch this type to the visitor (m) please. |
Methods inherited from class org.openspml.v2.msg.spml.Extensible |
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, equals, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getOpenContentAttrs, getOpenContentElements, hashCode, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResultsIterator()
public ResultsIterator(java.lang.String ID)
Method Detail |
public java.lang.String getID()
public void setID(java.lang.String ID)
public PrefixAndNamespaceTuple[] getNamespacesInfo()
MarshallableElement
getNamespacesInfo
in interface MarshallableElement
getNamespacesInfo
in class Extensible
public java.lang.String toXML(XMLMarshaller m) throws Spml2Exception
Marshallable
toXML
in interface Marshallable
m
-
Spml2Exception
public boolean isValid()
MarshallableElement
isValid
in interface MarshallableElement
isValid
in class Extensible
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |