public interface CtJdbcArgument extends CtArgument
| Modifier and Type | Interface and Description |
|---|---|
static class |
CtJdbcArgument.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
CtJdbcArgument.Scope
An XML scope(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcMeta.xsd).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
CtJdbcArgument.Scope.Enum |
getScope()
Gets the "scope" element
|
String |
getTypeInfo()
Gets the "typeInfo" element
|
boolean |
isSetScope()
True if has "scope" element
|
boolean |
isSetTypeInfo()
True if has "typeInfo" element
|
void |
setScope(CtJdbcArgument.Scope.Enum scope)
Sets the "scope" element
|
void |
setTypeInfo(String typeInfo)
Sets the "typeInfo" element
|
void |
unsetScope()
Unsets the "scope" element
|
void |
unsetTypeInfo()
Unsets the "typeInfo" element
|
CtJdbcArgument.Scope |
xgetScope()
Gets (as xml) the "scope" element
|
org.apache.xmlbeans.XmlString |
xgetTypeInfo()
Gets (as xml) the "typeInfo" element
|
void |
xsetScope(CtJdbcArgument.Scope scope)
Sets (as xml) the "scope" element
|
void |
xsetTypeInfo(org.apache.xmlbeans.XmlString typeInfo)
Sets (as xml) the "typeInfo" element
|
getAttributeName, getDescription, isSetAttributeName, isSetDescription, setAttributeName, setDescription, unsetAttributeName, unsetDescription, xgetAttributeName, xgetDescription, xsetAttributeName, xsetDescriptionchangeType, 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, xmlTextCtJdbcArgument.Scope.Enum getScope()
CtJdbcArgument.Scope xgetScope()
boolean isSetScope()
void setScope(CtJdbcArgument.Scope.Enum scope)
void xsetScope(CtJdbcArgument.Scope scope)
void unsetScope()
String getTypeInfo()
org.apache.xmlbeans.XmlString xgetTypeInfo()
boolean isSetTypeInfo()
void setTypeInfo(String typeInfo)
void xsetTypeInfo(org.apache.xmlbeans.XmlString typeInfo)
void unsetTypeInfo()
Copyright © 2014. All Rights Reserved.