org.synchronoss.cpo.jdbc.cpoJdbcMeta
Interface CtJdbcArgument

All Superinterfaces:
CtArgument, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
CtJdbcArgumentImpl

public interface CtJdbcArgument
extends CtArgument

An XML ctJdbcArgument(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcMeta.xsd). This is a complex type.


Nested Class Summary
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).
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 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
 
Methods inherited from interface org.synchronoss.cpo.core.cpoCoreMeta.CtArgument
getAttributeName, getDescription, isSetAttributeName, isSetDescription, setAttributeName, setDescription, unsetAttributeName, unsetDescription, xgetAttributeName, xgetDescription, xsetAttributeName, xsetDescription
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getScope

CtJdbcArgument.Scope.Enum getScope()
Gets the "scope" element


xgetScope

CtJdbcArgument.Scope xgetScope()
Gets (as xml) the "scope" element


isSetScope

boolean isSetScope()
True if has "scope" element


setScope

void setScope(CtJdbcArgument.Scope.Enum scope)
Sets the "scope" element


xsetScope

void xsetScope(CtJdbcArgument.Scope scope)
Sets (as xml) the "scope" element


unsetScope

void unsetScope()
Unsets the "scope" element


getTypeInfo

String getTypeInfo()
Gets the "typeInfo" element


xgetTypeInfo

org.apache.xmlbeans.XmlString xgetTypeInfo()
Gets (as xml) the "typeInfo" element


isSetTypeInfo

boolean isSetTypeInfo()
True if has "typeInfo" element


setTypeInfo

void setTypeInfo(String typeInfo)
Sets the "typeInfo" element


xsetTypeInfo

void xsetTypeInfo(org.apache.xmlbeans.XmlString typeInfo)
Sets (as xml) the "typeInfo" element


unsetTypeInfo

void unsetTypeInfo()
Unsets the "typeInfo" element



Copyright © 2014. All Rights Reserved.