public interface GraphQLTestRequestWithSchemaConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
GraphQLTestRequestWithSchemaConfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
GraphQLRequestConfig |
addNewRequest()
Appends and returns a new empty "request" element
|
String |
getInterface()
Gets the "interface" attribute
|
String |
getOperationName()
Gets the "operationName" attribute
|
String |
getOperationType()
Gets the "operationType" attribute
|
GraphQLRequestConfig |
getRequest()
Gets the "request" element
|
boolean |
isSetInterface()
True if has "interface" attribute
|
boolean |
isSetOperationName()
True if has "operationName" attribute
|
boolean |
isSetOperationType()
True if has "operationType" attribute
|
boolean |
isSetRequest()
True if has "request" element
|
void |
setInterface(String xinterface)
Sets the "interface" attribute
|
void |
setOperationName(String operationName)
Sets the "operationName" attribute
|
void |
setOperationType(String operationType)
Sets the "operationType" attribute
|
void |
setRequest(GraphQLRequestConfig request)
Sets the "request" element
|
void |
unsetInterface()
Unsets the "interface" attribute
|
void |
unsetOperationName()
Unsets the "operationName" attribute
|
void |
unsetOperationType()
Unsets the "operationType" attribute
|
void |
unsetRequest()
Unsets the "request" element
|
org.apache.xmlbeans.XmlString |
xgetInterface()
Gets (as xml) the "interface" attribute
|
org.apache.xmlbeans.XmlString |
xgetOperationName()
Gets (as xml) the "operationName" attribute
|
org.apache.xmlbeans.XmlString |
xgetOperationType()
Gets (as xml) the "operationType" attribute
|
void |
xsetInterface(org.apache.xmlbeans.XmlString xinterface)
Sets (as xml) the "interface" attribute
|
void |
xsetOperationName(org.apache.xmlbeans.XmlString operationName)
Sets (as xml) the "operationName" attribute
|
void |
xsetOperationType(org.apache.xmlbeans.XmlString operationType)
Sets (as xml) the "operationType" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextGraphQLRequestConfig getRequest()
boolean isSetRequest()
void setRequest(GraphQLRequestConfig request)
GraphQLRequestConfig addNewRequest()
void unsetRequest()
String getInterface()
org.apache.xmlbeans.XmlString xgetInterface()
boolean isSetInterface()
void setInterface(String xinterface)
void xsetInterface(org.apache.xmlbeans.XmlString xinterface)
void unsetInterface()
String getOperationName()
org.apache.xmlbeans.XmlString xgetOperationName()
boolean isSetOperationName()
void setOperationName(String operationName)
void xsetOperationName(org.apache.xmlbeans.XmlString operationName)
void unsetOperationName()
String getOperationType()
org.apache.xmlbeans.XmlString xgetOperationType()
boolean isSetOperationType()
void setOperationType(String operationType)
void xsetOperationType(org.apache.xmlbeans.XmlString operationType)
void unsetOperationType()
Copyright © 2019. All rights reserved.