|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML tssType(@http://www.openejb.org/xml/ns/openejb-jar-2.1). This is a complex type.
Nested Class Summary | |
static class |
OpenejbTssType.Factory
A factory class with static methods for creating instances of this type. |
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 | |
String |
getApplication()
Gets the "application" element |
String |
getDomain()
Gets the "domain" element |
String |
getModule()
Gets the "module" element |
String |
getName()
Gets the "name" element |
String |
getServer()
Gets the "server" element |
boolean |
isSetApplication()
True if has "application" element |
boolean |
isSetDomain()
True if has "domain" element |
boolean |
isSetModule()
True if has "module" element |
boolean |
isSetServer()
True if has "server" element |
void |
setApplication(String application)
Sets the "application" element |
void |
setDomain(String domain)
Sets the "domain" element |
void |
setModule(String module)
Sets the "module" element |
void |
setName(String name)
Sets the "name" element |
void |
setServer(String server)
Sets the "server" element |
void |
unsetApplication()
Unsets the "application" element |
void |
unsetDomain()
Unsets the "domain" element |
void |
unsetModule()
Unsets the "module" element |
void |
unsetServer()
Unsets the "server" element |
org.apache.xmlbeans.XmlString |
xgetApplication()
Gets (as xml) the "application" element |
org.apache.xmlbeans.XmlString |
xgetDomain()
Gets (as xml) the "domain" element |
org.apache.xmlbeans.XmlString |
xgetModule()
Gets (as xml) the "module" element |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element |
org.apache.xmlbeans.XmlString |
xgetServer()
Gets (as xml) the "server" element |
void |
xsetApplication(org.apache.xmlbeans.XmlString application)
Sets (as xml) the "application" element |
void |
xsetDomain(org.apache.xmlbeans.XmlString domain)
Sets (as xml) the "domain" element |
void |
xsetModule(org.apache.xmlbeans.XmlString module)
Sets (as xml) the "module" element |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element |
void |
xsetServer(org.apache.xmlbeans.XmlString server)
Sets (as xml) the "server" element |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String getDomain()
public org.apache.xmlbeans.XmlString xgetDomain()
public boolean isSetDomain()
public void setDomain(String domain)
public void xsetDomain(org.apache.xmlbeans.XmlString domain)
public void unsetDomain()
public String getServer()
public org.apache.xmlbeans.XmlString xgetServer()
public boolean isSetServer()
public void setServer(String server)
public void xsetServer(org.apache.xmlbeans.XmlString server)
public void unsetServer()
public String getApplication()
public org.apache.xmlbeans.XmlString xgetApplication()
public boolean isSetApplication()
public void setApplication(String application)
public void xsetApplication(org.apache.xmlbeans.XmlString application)
public void unsetApplication()
public String getModule()
public org.apache.xmlbeans.XmlString xgetModule()
public boolean isSetModule()
public void setModule(String module)
public void xsetModule(org.apache.xmlbeans.XmlString module)
public void unsetModule()
public String getName()
public org.apache.xmlbeans.XmlString xgetName()
public void setName(String name)
public void xsetName(org.apache.xmlbeans.XmlString name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |