org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd
Interface ThreadsPerProcessType

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlDecimal, org.apache.xmlbeans.XmlInteger, org.apache.xmlbeans.XmlNonNegativeInteger, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlPositiveInteger, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ThreadsPerProcessTypeImpl

public interface ThreadsPerProcessType
extends org.apache.xmlbeans.XmlPositiveInteger

An XML ThreadsPerProcess_Type(@http://schemas.ogf.org/jsdl/2007/02/jsdl-spmd). This is an atomic type that is a restriction of org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.ThreadsPerProcessType.


Nested Class Summary
static class ThreadsPerProcessType.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
 boolean getActualindividualcpucount()
          Gets the "actualindividualcpucount" attribute
 boolean isSetActualindividualcpucount()
          True if has "actualindividualcpucount" attribute
 void setActualindividualcpucount(boolean actualindividualcpucount)
          Sets the "actualindividualcpucount" attribute
 void unsetActualindividualcpucount()
          Unsets the "actualindividualcpucount" attribute
 org.apache.xmlbeans.XmlBoolean xgetActualindividualcpucount()
          Gets (as xml) the "actualindividualcpucount" attribute
 void xsetActualindividualcpucount(org.apache.xmlbeans.XmlBoolean actualindividualcpucount)
          Sets (as xml) the "actualindividualcpucount" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlInteger
bigIntegerValue, getBigIntegerValue, set, setBigIntegerValue
 
Methods inherited from interface org.apache.xmlbeans.XmlDecimal
bigDecimalValue, getBigDecimalValue, set, setBigDecimalValue
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
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

getActualindividualcpucount

boolean getActualindividualcpucount()
Gets the "actualindividualcpucount" attribute


xgetActualindividualcpucount

org.apache.xmlbeans.XmlBoolean xgetActualindividualcpucount()
Gets (as xml) the "actualindividualcpucount" attribute


isSetActualindividualcpucount

boolean isSetActualindividualcpucount()
True if has "actualindividualcpucount" attribute


setActualindividualcpucount

void setActualindividualcpucount(boolean actualindividualcpucount)
Sets the "actualindividualcpucount" attribute


xsetActualindividualcpucount

void xsetActualindividualcpucount(org.apache.xmlbeans.XmlBoolean actualindividualcpucount)
Sets (as xml) the "actualindividualcpucount" attribute


unsetActualindividualcpucount

void unsetActualindividualcpucount()
Unsets the "actualindividualcpucount" attribute



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