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

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

public interface OperatingSystemType
extends org.apache.xmlbeans.XmlObject

An XML OperatingSystem_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl). This is a complex type.


Nested Class Summary
static class OperatingSystemType.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
 OperatingSystemTypeType addNewOperatingSystemType()
          Appends and returns a new empty "OperatingSystemType" element
 String getDescription()
          Gets the "Description" element
 OperatingSystemTypeType getOperatingSystemType()
          Gets the "OperatingSystemType" element
 String getOperatingSystemVersion()
          Gets the "OperatingSystemVersion" element
 boolean isSetDescription()
          True if has "Description" element
 boolean isSetOperatingSystemType()
          True if has "OperatingSystemType" element
 boolean isSetOperatingSystemVersion()
          True if has "OperatingSystemVersion" element
 void setDescription(String description)
          Sets the "Description" element
 void setOperatingSystemType(OperatingSystemTypeType operatingSystemType)
          Sets the "OperatingSystemType" element
 void setOperatingSystemVersion(String operatingSystemVersion)
          Sets the "OperatingSystemVersion" element
 void unsetDescription()
          Unsets the "Description" element
 void unsetOperatingSystemType()
          Unsets the "OperatingSystemType" element
 void unsetOperatingSystemVersion()
          Unsets the "OperatingSystemVersion" element
 DescriptionType xgetDescription()
          Gets (as xml) the "Description" element
 org.apache.xmlbeans.XmlString xgetOperatingSystemVersion()
          Gets (as xml) the "OperatingSystemVersion" element
 void xsetDescription(DescriptionType description)
          Sets (as xml) the "Description" element
 void xsetOperatingSystemVersion(org.apache.xmlbeans.XmlString operatingSystemVersion)
          Sets (as xml) the "OperatingSystemVersion" 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

getOperatingSystemType

OperatingSystemTypeType getOperatingSystemType()
Gets the "OperatingSystemType" element


isSetOperatingSystemType

boolean isSetOperatingSystemType()
True if has "OperatingSystemType" element


setOperatingSystemType

void setOperatingSystemType(OperatingSystemTypeType operatingSystemType)
Sets the "OperatingSystemType" element


addNewOperatingSystemType

OperatingSystemTypeType addNewOperatingSystemType()
Appends and returns a new empty "OperatingSystemType" element


unsetOperatingSystemType

void unsetOperatingSystemType()
Unsets the "OperatingSystemType" element


getOperatingSystemVersion

String getOperatingSystemVersion()
Gets the "OperatingSystemVersion" element


xgetOperatingSystemVersion

org.apache.xmlbeans.XmlString xgetOperatingSystemVersion()
Gets (as xml) the "OperatingSystemVersion" element


isSetOperatingSystemVersion

boolean isSetOperatingSystemVersion()
True if has "OperatingSystemVersion" element


setOperatingSystemVersion

void setOperatingSystemVersion(String operatingSystemVersion)
Sets the "OperatingSystemVersion" element


xsetOperatingSystemVersion

void xsetOperatingSystemVersion(org.apache.xmlbeans.XmlString operatingSystemVersion)
Sets (as xml) the "OperatingSystemVersion" element


unsetOperatingSystemVersion

void unsetOperatingSystemVersion()
Unsets the "OperatingSystemVersion" 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.