Package net.opengis.sensorml.x20.impl
Class AbstractProcessTypeImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- net.opengis.gml.x32.impl.AbstractGMLTypeImpl
-
- net.opengis.gml.x32.impl.AbstractFeatureTypeImpl
-
- net.opengis.sensorml.x20.impl.DescribedObjectTypeImpl
-
- net.opengis.sensorml.x20.impl.AbstractProcessTypeImpl
-
- All Implemented Interfaces:
Serializable,AbstractFeatureType,AbstractGMLType,AbstractProcessType,DescribedObjectType,org.apache.xmlbeans.impl.values.TypeStoreUser,org.apache.xmlbeans.SimpleValue,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- Direct Known Subclasses:
AbstractPhysicalProcessTypeImpl,AggregateProcessTypeImpl,SimpleProcessTypeImpl
public class AbstractProcessTypeImpl extends DescribedObjectTypeImpl implements AbstractProcessType
An XML AbstractProcessType(@http://www.opengis.net/sensorml/2.0). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractProcessTypeImpl.ConfigurationImplAn XML configuration(@http://www.opengis.net/sensorml/2.0).static classAbstractProcessTypeImpl.FeaturesOfInterestImplAn XML featuresOfInterest(@http://www.opengis.net/sensorml/2.0).static classAbstractProcessTypeImpl.InputsImplAn XML inputs(@http://www.opengis.net/sensorml/2.0).static classAbstractProcessTypeImpl.ModesImplAn XML modes(@http://www.opengis.net/sensorml/2.0).static classAbstractProcessTypeImpl.OutputsImplAn XML outputs(@http://www.opengis.net/sensorml/2.0).static classAbstractProcessTypeImpl.ParametersImplAn XML parameters(@http://www.opengis.net/sensorml/2.0).-
Nested classes/interfaces inherited from class net.opengis.sensorml.x20.impl.DescribedObjectTypeImpl
DescribedObjectTypeImpl.CapabilitiesImpl, DescribedObjectTypeImpl.CharacteristicsImpl, DescribedObjectTypeImpl.ValidTimeImpl
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.AbstractFeatureType
AbstractFeatureType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.AbstractGMLType
AbstractGMLType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.sensorml.x20.AbstractProcessType
AbstractProcessType.Configuration, AbstractProcessType.Factory, AbstractProcessType.FeaturesOfInterest, AbstractProcessType.Inputs, AbstractProcessType.Modes, AbstractProcessType.Outputs, AbstractProcessType.Parameters
-
Nested classes/interfaces inherited from interface net.opengis.sensorml.x20.DescribedObjectType
DescribedObjectType.Capabilities, DescribedObjectType.Characteristics, DescribedObjectType.Factory, DescribedObjectType.ValidTime
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
-
Fields inherited from interface net.opengis.gml.x32.AbstractFeatureType
type
-
Fields inherited from interface net.opengis.gml.x32.AbstractGMLType
type
-
Fields inherited from interface net.opengis.sensorml.x20.AbstractProcessType
type
-
Fields inherited from interface net.opengis.sensorml.x20.DescribedObjectType
type
-
-
Constructor Summary
Constructors Constructor Description AbstractProcessTypeImpl(org.apache.xmlbeans.SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractProcessType.ConfigurationaddNewConfiguration()Appends and returns a new empty "configuration" elementAbstractProcessType.FeaturesOfInterestaddNewFeaturesOfInterest()Appends and returns a new empty "featuresOfInterest" elementAbstractProcessType.InputsaddNewInputs()Appends and returns a new empty "inputs" elementAbstractProcessType.ModesaddNewModes()Appends and returns a new empty value (as xml) as the last "modes" elementAbstractProcessType.OutputsaddNewOutputs()Appends and returns a new empty "outputs" elementAbstractProcessType.ParametersaddNewParameters()Appends and returns a new empty "parameters" elementReferenceTypeaddNewTypeOf()Appends and returns a new empty "typeOf" elementAbstractProcessType.ConfigurationgetConfiguration()Gets the "configuration" elementStringgetDefinition()Gets the "definition" attributeAbstractProcessType.FeaturesOfInterestgetFeaturesOfInterest()Gets the "featuresOfInterest" elementAbstractProcessType.InputsgetInputs()Gets the "inputs" elementAbstractProcessType.Modes[]getModesArray()Gets array of all "modes" elementsAbstractProcessType.ModesgetModesArray(int i)Gets ith "modes" elementAbstractProcessType.OutputsgetOutputs()Gets the "outputs" elementAbstractProcessType.ParametersgetParameters()Gets the "parameters" elementReferenceTypegetTypeOf()Gets the "typeOf" elementAbstractProcessType.ModesinsertNewModes(int i)Inserts and returns a new empty value (as xml) as the ith "modes" elementbooleanisSetConfiguration()True if has "configuration" elementbooleanisSetDefinition()True if has "definition" attributebooleanisSetFeaturesOfInterest()True if has "featuresOfInterest" elementbooleanisSetInputs()True if has "inputs" elementbooleanisSetOutputs()True if has "outputs" elementbooleanisSetParameters()True if has "parameters" elementbooleanisSetTypeOf()True if has "typeOf" elementvoidremoveModes(int i)Removes the ith "modes" elementvoidsetConfiguration(AbstractProcessType.Configuration configuration)Sets the "configuration" elementvoidsetDefinition(String definition)Sets the "definition" attributevoidsetFeaturesOfInterest(AbstractProcessType.FeaturesOfInterest featuresOfInterest)Sets the "featuresOfInterest" elementvoidsetInputs(AbstractProcessType.Inputs inputs)Sets the "inputs" elementvoidsetModesArray(int i, AbstractProcessType.Modes modes)Sets ith "modes" elementvoidsetModesArray(AbstractProcessType.Modes[] modesArray)Sets array of all "modes" elementvoidsetOutputs(AbstractProcessType.Outputs outputs)Sets the "outputs" elementvoidsetParameters(AbstractProcessType.Parameters parameters)Sets the "parameters" elementvoidsetTypeOf(ReferenceType typeOf)Sets the "typeOf" elementintsizeOfModesArray()Returns number of "modes" elementvoidunsetConfiguration()Unsets the "configuration" elementvoidunsetDefinition()Unsets the "definition" attributevoidunsetFeaturesOfInterest()Unsets the "featuresOfInterest" elementvoidunsetInputs()Unsets the "inputs" elementvoidunsetOutputs()Unsets the "outputs" elementvoidunsetParameters()Unsets the "parameters" elementvoidunsetTypeOf()Unsets the "typeOf" elementorg.apache.xmlbeans.XmlAnyURIxgetDefinition()Gets (as xml) the "definition" attributevoidxsetDefinition(org.apache.xmlbeans.XmlAnyURI definition)Sets (as xml) the "definition" attribute-
Methods inherited from class net.opengis.sensorml.x20.impl.DescribedObjectTypeImpl
addNewCapabilities, addNewCharacteristics, addNewClassification, addNewContacts, addNewDocumentation, addNewExtension, addNewHistory, addNewIdentification, addNewKeywords, addNewLegalConstraints, addNewSecurityConstraints, addNewValidTime, getCapabilitiesArray, getCapabilitiesArray, getCharacteristicsArray, getCharacteristicsArray, getClassificationArray, getClassificationArray, getContactsArray, getContactsArray, getDocumentationArray, getDocumentationArray, getExtensionArray, getExtensionArray, getHistoryArray, getHistoryArray, getIdentificationArray, getIdentificationArray, getKeywordsArray, getKeywordsArray, getLang, getLegalConstraintsArray, getLegalConstraintsArray, getSecurityConstraintsArray, getSecurityConstraintsArray, getValidTimeArray, getValidTimeArray, insertNewCapabilities, insertNewCharacteristics, insertNewClassification, insertNewContacts, insertNewDocumentation, insertNewExtension, insertNewHistory, insertNewIdentification, insertNewKeywords, insertNewLegalConstraints, insertNewSecurityConstraints, insertNewValidTime, isSetLang, removeCapabilities, removeCharacteristics, removeClassification, removeContacts, removeDocumentation, removeExtension, removeHistory, removeIdentification, removeKeywords, removeLegalConstraints, removeSecurityConstraints, removeValidTime, setCapabilitiesArray, setCapabilitiesArray, setCharacteristicsArray, setCharacteristicsArray, setClassificationArray, setClassificationArray, setContactsArray, setContactsArray, setDocumentationArray, setDocumentationArray, setExtensionArray, setExtensionArray, setHistoryArray, setHistoryArray, setIdentificationArray, setIdentificationArray, setKeywordsArray, setKeywordsArray, setLang, setLegalConstraintsArray, setLegalConstraintsArray, setSecurityConstraintsArray, setSecurityConstraintsArray, setValidTimeArray, setValidTimeArray, sizeOfCapabilitiesArray, sizeOfCharacteristicsArray, sizeOfClassificationArray, sizeOfContactsArray, sizeOfDocumentationArray, sizeOfExtensionArray, sizeOfHistoryArray, sizeOfIdentificationArray, sizeOfKeywordsArray, sizeOfLegalConstraintsArray, sizeOfSecurityConstraintsArray, sizeOfValidTimeArray, unsetLang, xgetLang, xsetLang
-
Methods inherited from class net.opengis.gml.x32.impl.AbstractFeatureTypeImpl
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
Methods inherited from class net.opengis.gml.x32.impl.AbstractGMLTypeImpl
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate, validate, validate_now, validate_simpleval, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.opengis.gml.x32.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
Methods inherited from interface net.opengis.sensorml.x20.DescribedObjectType
addNewCapabilities, addNewCharacteristics, addNewClassification, addNewContacts, addNewDocumentation, addNewExtension, addNewHistory, addNewIdentification, addNewKeywords, addNewLegalConstraints, addNewSecurityConstraints, addNewValidTime, getCapabilitiesArray, getCapabilitiesArray, getCharacteristicsArray, getCharacteristicsArray, getClassificationArray, getClassificationArray, getContactsArray, getContactsArray, getDocumentationArray, getDocumentationArray, getExtensionArray, getExtensionArray, getHistoryArray, getHistoryArray, getIdentificationArray, getIdentificationArray, getKeywordsArray, getKeywordsArray, getLang, getLegalConstraintsArray, getLegalConstraintsArray, getSecurityConstraintsArray, getSecurityConstraintsArray, getValidTimeArray, getValidTimeArray, insertNewCapabilities, insertNewCharacteristics, insertNewClassification, insertNewContacts, insertNewDocumentation, insertNewExtension, insertNewHistory, insertNewIdentification, insertNewKeywords, insertNewLegalConstraints, insertNewSecurityConstraints, insertNewValidTime, isSetLang, removeCapabilities, removeCharacteristics, removeClassification, removeContacts, removeDocumentation, removeExtension, removeHistory, removeIdentification, removeKeywords, removeLegalConstraints, removeSecurityConstraints, removeValidTime, setCapabilitiesArray, setCapabilitiesArray, setCharacteristicsArray, setCharacteristicsArray, setClassificationArray, setClassificationArray, setContactsArray, setContactsArray, setDocumentationArray, setDocumentationArray, setExtensionArray, setExtensionArray, setHistoryArray, setHistoryArray, setIdentificationArray, setIdentificationArray, setKeywordsArray, setKeywordsArray, setLang, setLegalConstraintsArray, setLegalConstraintsArray, setSecurityConstraintsArray, setSecurityConstraintsArray, setValidTimeArray, setValidTimeArray, sizeOfCapabilitiesArray, sizeOfCharacteristicsArray, sizeOfClassificationArray, sizeOfContactsArray, sizeOfDocumentationArray, sizeOfExtensionArray, sizeOfHistoryArray, sizeOfIdentificationArray, sizeOfKeywordsArray, sizeOfLegalConstraintsArray, sizeOfSecurityConstraintsArray, sizeOfValidTimeArray, unsetLang, xgetLang, xsetLang
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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
-
-
-
-
Method Detail
-
getTypeOf
public ReferenceType getTypeOf()
Gets the "typeOf" element- Specified by:
getTypeOfin interfaceAbstractProcessType
-
isSetTypeOf
public boolean isSetTypeOf()
True if has "typeOf" element- Specified by:
isSetTypeOfin interfaceAbstractProcessType
-
setTypeOf
public void setTypeOf(ReferenceType typeOf)
Sets the "typeOf" element- Specified by:
setTypeOfin interfaceAbstractProcessType
-
addNewTypeOf
public ReferenceType addNewTypeOf()
Appends and returns a new empty "typeOf" element- Specified by:
addNewTypeOfin interfaceAbstractProcessType
-
unsetTypeOf
public void unsetTypeOf()
Unsets the "typeOf" element- Specified by:
unsetTypeOfin interfaceAbstractProcessType
-
getConfiguration
public AbstractProcessType.Configuration getConfiguration()
Gets the "configuration" element- Specified by:
getConfigurationin interfaceAbstractProcessType
-
isSetConfiguration
public boolean isSetConfiguration()
True if has "configuration" element- Specified by:
isSetConfigurationin interfaceAbstractProcessType
-
setConfiguration
public void setConfiguration(AbstractProcessType.Configuration configuration)
Sets the "configuration" element- Specified by:
setConfigurationin interfaceAbstractProcessType
-
addNewConfiguration
public AbstractProcessType.Configuration addNewConfiguration()
Appends and returns a new empty "configuration" element- Specified by:
addNewConfigurationin interfaceAbstractProcessType
-
unsetConfiguration
public void unsetConfiguration()
Unsets the "configuration" element- Specified by:
unsetConfigurationin interfaceAbstractProcessType
-
getFeaturesOfInterest
public AbstractProcessType.FeaturesOfInterest getFeaturesOfInterest()
Gets the "featuresOfInterest" element- Specified by:
getFeaturesOfInterestin interfaceAbstractProcessType
-
isSetFeaturesOfInterest
public boolean isSetFeaturesOfInterest()
True if has "featuresOfInterest" element- Specified by:
isSetFeaturesOfInterestin interfaceAbstractProcessType
-
setFeaturesOfInterest
public void setFeaturesOfInterest(AbstractProcessType.FeaturesOfInterest featuresOfInterest)
Sets the "featuresOfInterest" element- Specified by:
setFeaturesOfInterestin interfaceAbstractProcessType
-
addNewFeaturesOfInterest
public AbstractProcessType.FeaturesOfInterest addNewFeaturesOfInterest()
Appends and returns a new empty "featuresOfInterest" element- Specified by:
addNewFeaturesOfInterestin interfaceAbstractProcessType
-
unsetFeaturesOfInterest
public void unsetFeaturesOfInterest()
Unsets the "featuresOfInterest" element- Specified by:
unsetFeaturesOfInterestin interfaceAbstractProcessType
-
getInputs
public AbstractProcessType.Inputs getInputs()
Gets the "inputs" element- Specified by:
getInputsin interfaceAbstractProcessType
-
isSetInputs
public boolean isSetInputs()
True if has "inputs" element- Specified by:
isSetInputsin interfaceAbstractProcessType
-
setInputs
public void setInputs(AbstractProcessType.Inputs inputs)
Sets the "inputs" element- Specified by:
setInputsin interfaceAbstractProcessType
-
addNewInputs
public AbstractProcessType.Inputs addNewInputs()
Appends and returns a new empty "inputs" element- Specified by:
addNewInputsin interfaceAbstractProcessType
-
unsetInputs
public void unsetInputs()
Unsets the "inputs" element- Specified by:
unsetInputsin interfaceAbstractProcessType
-
getOutputs
public AbstractProcessType.Outputs getOutputs()
Gets the "outputs" element- Specified by:
getOutputsin interfaceAbstractProcessType
-
isSetOutputs
public boolean isSetOutputs()
True if has "outputs" element- Specified by:
isSetOutputsin interfaceAbstractProcessType
-
setOutputs
public void setOutputs(AbstractProcessType.Outputs outputs)
Sets the "outputs" element- Specified by:
setOutputsin interfaceAbstractProcessType
-
addNewOutputs
public AbstractProcessType.Outputs addNewOutputs()
Appends and returns a new empty "outputs" element- Specified by:
addNewOutputsin interfaceAbstractProcessType
-
unsetOutputs
public void unsetOutputs()
Unsets the "outputs" element- Specified by:
unsetOutputsin interfaceAbstractProcessType
-
getParameters
public AbstractProcessType.Parameters getParameters()
Gets the "parameters" element- Specified by:
getParametersin interfaceAbstractProcessType
-
isSetParameters
public boolean isSetParameters()
True if has "parameters" element- Specified by:
isSetParametersin interfaceAbstractProcessType
-
setParameters
public void setParameters(AbstractProcessType.Parameters parameters)
Sets the "parameters" element- Specified by:
setParametersin interfaceAbstractProcessType
-
addNewParameters
public AbstractProcessType.Parameters addNewParameters()
Appends and returns a new empty "parameters" element- Specified by:
addNewParametersin interfaceAbstractProcessType
-
unsetParameters
public void unsetParameters()
Unsets the "parameters" element- Specified by:
unsetParametersin interfaceAbstractProcessType
-
getModesArray
public AbstractProcessType.Modes[] getModesArray()
Gets array of all "modes" elements- Specified by:
getModesArrayin interfaceAbstractProcessType
-
getModesArray
public AbstractProcessType.Modes getModesArray(int i)
Gets ith "modes" element- Specified by:
getModesArrayin interfaceAbstractProcessType
-
sizeOfModesArray
public int sizeOfModesArray()
Returns number of "modes" element- Specified by:
sizeOfModesArrayin interfaceAbstractProcessType
-
setModesArray
public void setModesArray(AbstractProcessType.Modes[] modesArray)
Sets array of all "modes" element- Specified by:
setModesArrayin interfaceAbstractProcessType
-
setModesArray
public void setModesArray(int i, AbstractProcessType.Modes modes)Sets ith "modes" element- Specified by:
setModesArrayin interfaceAbstractProcessType
-
insertNewModes
public AbstractProcessType.Modes insertNewModes(int i)
Inserts and returns a new empty value (as xml) as the ith "modes" element- Specified by:
insertNewModesin interfaceAbstractProcessType
-
addNewModes
public AbstractProcessType.Modes addNewModes()
Appends and returns a new empty value (as xml) as the last "modes" element- Specified by:
addNewModesin interfaceAbstractProcessType
-
removeModes
public void removeModes(int i)
Removes the ith "modes" element- Specified by:
removeModesin interfaceAbstractProcessType
-
getDefinition
public String getDefinition()
Gets the "definition" attribute- Specified by:
getDefinitionin interfaceAbstractProcessType
-
xgetDefinition
public org.apache.xmlbeans.XmlAnyURI xgetDefinition()
Gets (as xml) the "definition" attribute- Specified by:
xgetDefinitionin interfaceAbstractProcessType
-
isSetDefinition
public boolean isSetDefinition()
True if has "definition" attribute- Specified by:
isSetDefinitionin interfaceAbstractProcessType
-
setDefinition
public void setDefinition(String definition)
Sets the "definition" attribute- Specified by:
setDefinitionin interfaceAbstractProcessType
-
xsetDefinition
public void xsetDefinition(org.apache.xmlbeans.XmlAnyURI definition)
Sets (as xml) the "definition" attribute- Specified by:
xsetDefinitionin interfaceAbstractProcessType
-
unsetDefinition
public void unsetDefinition()
Unsets the "definition" attribute- Specified by:
unsetDefinitionin interfaceAbstractProcessType
-
-