org.openspml.v2.msg.spmlupdates
Class ResultsIterator
java.lang.Object
org.openspml.v2.msg.spml.Extensible
org.openspml.v2.msg.spmlupdates.ResultsIterator
- All Implemented Interfaces:
- Marshallable, MarshallableElement, OpenContentContainer
- public class ResultsIterator
- extends Extensible
- implements Marshallable
- Author:
- kent.spaulding@sun.com
Date: Feb 16, 2006
Methods inherited from class org.openspml.v2.msg.spml.Extensible |
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getOpenContentAttrs, getOpenContentElements, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ResultsIterator
public ResultsIterator()
ResultsIterator
public ResultsIterator(java.lang.String ID)
getID
public java.lang.String getID()
setID
public void setID(java.lang.String ID)
getNamespacesInfo
public PrefixAndNamespaceTuple[] getNamespacesInfo()
- Description copied from interface:
MarshallableElement
- We need to know the namespace of the class to include.
- Specified by:
getNamespacesInfo
in interface MarshallableElement
- Overrides:
getNamespacesInfo
in class Extensible
toXML
public java.lang.String toXML(XMLMarshaller m)
throws Spml2Exception
- Description copied from interface:
Marshallable
- Visitor pattern - dispatch this type to the visitor (m) please.
- Specified by:
toXML
in interface Marshallable
- Parameters:
m
-
- Returns:
- xml
- Throws:
Spml2Exception
isValid
public boolean isValid()
- Description copied from interface:
MarshallableElement
- Is this ready to go or are there syntax errors, like missing required fields?
- Specified by:
isValid
in interface MarshallableElement
- Overrides:
isValid
in class Extensible
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class Extensible
hashCode
public int hashCode()
- Overrides:
hashCode
in class Extensible
Copyright © Sun Microsystems, Inc. All Rights Reserved.