|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationType
An XML Application_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ApplicationType.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 |
getApplicationName()
Gets the "ApplicationName" element |
String |
getApplicationVersion()
Gets the "ApplicationVersion" element |
String |
getDescription()
Gets the "Description" element |
boolean |
isSetApplicationName()
True if has "ApplicationName" element |
boolean |
isSetApplicationVersion()
True if has "ApplicationVersion" element |
boolean |
isSetDescription()
True if has "Description" element |
void |
setApplicationName(String applicationName)
Sets the "ApplicationName" element |
void |
setApplicationVersion(String applicationVersion)
Sets the "ApplicationVersion" element |
void |
setDescription(String description)
Sets the "Description" element |
void |
unsetApplicationName()
Unsets the "ApplicationName" element |
void |
unsetApplicationVersion()
Unsets the "ApplicationVersion" element |
void |
unsetDescription()
Unsets the "Description" element |
org.apache.xmlbeans.XmlString |
xgetApplicationName()
Gets (as xml) the "ApplicationName" element |
org.apache.xmlbeans.XmlString |
xgetApplicationVersion()
Gets (as xml) the "ApplicationVersion" element |
DescriptionType |
xgetDescription()
Gets (as xml) the "Description" element |
void |
xsetApplicationName(org.apache.xmlbeans.XmlString applicationName)
Sets (as xml) the "ApplicationName" element |
void |
xsetApplicationVersion(org.apache.xmlbeans.XmlString applicationVersion)
Sets (as xml) the "ApplicationVersion" element |
void |
xsetDescription(DescriptionType description)
Sets (as xml) the "Description" 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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String getApplicationName()
org.apache.xmlbeans.XmlString xgetApplicationName()
boolean isSetApplicationName()
void setApplicationName(String applicationName)
void xsetApplicationName(org.apache.xmlbeans.XmlString applicationName)
void unsetApplicationName()
String getApplicationVersion()
org.apache.xmlbeans.XmlString xgetApplicationVersion()
boolean isSetApplicationVersion()
void setApplicationVersion(String applicationVersion)
void xsetApplicationVersion(org.apache.xmlbeans.XmlString applicationVersion)
void unsetApplicationVersion()
String getDescription()
DescriptionType xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(DescriptionType description)
void unsetDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |