org.ggf.schemas.jsdl.x2005.x11.jsdl
Interface ApplicationType

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

public interface ApplicationType
extends org.apache.xmlbeans.XmlObject

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

type

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

getApplicationName

String getApplicationName()
Gets the "ApplicationName" element


xgetApplicationName

org.apache.xmlbeans.XmlString xgetApplicationName()
Gets (as xml) the "ApplicationName" element


isSetApplicationName

boolean isSetApplicationName()
True if has "ApplicationName" element


setApplicationName

void setApplicationName(String applicationName)
Sets the "ApplicationName" element


xsetApplicationName

void xsetApplicationName(org.apache.xmlbeans.XmlString applicationName)
Sets (as xml) the "ApplicationName" element


unsetApplicationName

void unsetApplicationName()
Unsets the "ApplicationName" element


getApplicationVersion

String getApplicationVersion()
Gets the "ApplicationVersion" element


xgetApplicationVersion

org.apache.xmlbeans.XmlString xgetApplicationVersion()
Gets (as xml) the "ApplicationVersion" element


isSetApplicationVersion

boolean isSetApplicationVersion()
True if has "ApplicationVersion" element


setApplicationVersion

void setApplicationVersion(String applicationVersion)
Sets the "ApplicationVersion" element


xsetApplicationVersion

void xsetApplicationVersion(org.apache.xmlbeans.XmlString applicationVersion)
Sets (as xml) the "ApplicationVersion" element


unsetApplicationVersion

void unsetApplicationVersion()
Unsets the "ApplicationVersion" element


getDescription

String getDescription()
Gets the "Description" element


xgetDescription

DescriptionType xgetDescription()
Gets (as xml) the "Description" element


isSetDescription

boolean isSetDescription()
True if has "Description" element


setDescription

void setDescription(String description)
Sets the "Description" element


xsetDescription

void xsetDescription(DescriptionType description)
Sets (as xml) the "Description" element


unsetDescription

void unsetDescription()
Unsets the "Description" element



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.