org.openejb.xbeans.ejbjar
Interface OpenejbTssType

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

public interface OpenejbTssType
extends org.apache.xmlbeans.XmlObject

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

type

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

getDomain

public String getDomain()
Gets the "domain" element


xgetDomain

public org.apache.xmlbeans.XmlString xgetDomain()
Gets (as xml) the "domain" element


isSetDomain

public boolean isSetDomain()
True if has "domain" element


setDomain

public void setDomain(String domain)
Sets the "domain" element


xsetDomain

public void xsetDomain(org.apache.xmlbeans.XmlString domain)
Sets (as xml) the "domain" element


unsetDomain

public void unsetDomain()
Unsets the "domain" element


getServer

public String getServer()
Gets the "server" element


xgetServer

public org.apache.xmlbeans.XmlString xgetServer()
Gets (as xml) the "server" element


isSetServer

public boolean isSetServer()
True if has "server" element


setServer

public void setServer(String server)
Sets the "server" element


xsetServer

public void xsetServer(org.apache.xmlbeans.XmlString server)
Sets (as xml) the "server" element


unsetServer

public void unsetServer()
Unsets the "server" element


getApplication

public String getApplication()
Gets the "application" element


xgetApplication

public org.apache.xmlbeans.XmlString xgetApplication()
Gets (as xml) the "application" element


isSetApplication

public boolean isSetApplication()
True if has "application" element


setApplication

public void setApplication(String application)
Sets the "application" element


xsetApplication

public void xsetApplication(org.apache.xmlbeans.XmlString application)
Sets (as xml) the "application" element


unsetApplication

public void unsetApplication()
Unsets the "application" element


getModule

public String getModule()
Gets the "module" element


xgetModule

public org.apache.xmlbeans.XmlString xgetModule()
Gets (as xml) the "module" element


isSetModule

public boolean isSetModule()
True if has "module" element


setModule

public void setModule(String module)
Sets the "module" element


xsetModule

public void xsetModule(org.apache.xmlbeans.XmlString module)
Sets (as xml) the "module" element


unsetModule

public void unsetModule()
Unsets the "module" element


getName

public String getName()
Gets the "name" element


xgetName

public org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" element


setName

public void setName(String name)
Sets the "name" element


xsetName

public void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.