public class SearchRangeTableClassResult extends SearchResult implements XMLMapping
Range Table Class. SearchRangeTableClassOp The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="searchRangeTableClassResult" type ="SearchResult"/>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESULT_NAME
The value of that constant is the XML tag name of the Search Range Table Class Result.
|
| Constructor and Description |
|---|
SearchRangeTableClassResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getClass(java.lang.String nsUri,
java.lang.String tag,
XMLAttributes atts)
Returns the
Java class for a specified XML tag and its attributes in a namespace. |
void |
marshalChild(XMLMarshallable child,
XMLOutputter output) |
addCharacterData, addChild, getLastID, getOperandReference, getResult, getResultType, getTagName, getTotalCount, marshalAttributes, marshalChildren, setAttributes, setAttributeSetResult, setIdResult, setLastID, setObjectResult, setResultType, setTotalCountmarshalequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshalpublic static final java.lang.String RESULT_NAME
public void marshalChild(XMLMarshallable child, XMLOutputter output)
marshalChild in class SearchResultpublic java.lang.Class<?> getClass(java.lang.String nsUri,
java.lang.String tag,
XMLAttributes atts)
XMLMappingJava class for a specified XML tag and its attributes in a namespace.getClass in interface XMLMappingnsUri - The unique resource identifier of the namespace of the XML tagtag - The local part of the XML tagatts - The attributes of the XML tagJava class with a default constructor