Class ProcessTypeImpl
- 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
-
- eu.europa.ec.inspire.schemas.ompr.x30.impl.ProcessTypeImpl
-
- All Implemented Interfaces:
ProcessType,Serializable,AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.impl.values.TypeStoreUser,org.apache.xmlbeans.SimpleValue,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
public class ProcessTypeImpl extends AbstractFeatureTypeImpl implements ProcessType
An XML ProcessType(@http://inspire.ec.europa.eu/schemas/ompr/3.0). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessTypeImpl.DocumentationImplAn XML documentation(@http://inspire.ec.europa.eu/schemas/ompr/3.0).static classProcessTypeImpl.InspireIdImplAn XML inspireId(@http://inspire.ec.europa.eu/schemas/ompr/3.0).static classProcessTypeImpl.NameImplAn XML name(@http://inspire.ec.europa.eu/schemas/ompr/3.0).static classProcessTypeImpl.ProcessParameterImplAn XML processParameter(@http://inspire.ec.europa.eu/schemas/ompr/3.0).static classProcessTypeImpl.ResponsiblePartyImplAn XML responsibleParty(@http://inspire.ec.europa.eu/schemas/ompr/3.0).static classProcessTypeImpl.TypeImplAn XML type(@http://inspire.ec.europa.eu/schemas/ompr/3.0).-
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 eu.europa.ec.inspire.schemas.ompr.x30.ProcessType
ProcessType.Documentation, ProcessType.Factory, ProcessType.InspireId, ProcessType.Name, ProcessType.ProcessParameter, ProcessType.ResponsibleParty, ProcessType.Type
-
-
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 eu.europa.ec.inspire.schemas.ompr.x30.ProcessType
type
-
-
Constructor Summary
Constructors Constructor Description ProcessTypeImpl(org.apache.xmlbeans.SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessType.DocumentationaddNewDocumentation()Appends and returns a new empty value (as xml) as the last "documentation" elementProcessType.InspireIdaddNewInspireId()Appends and returns a new empty "inspireId" elementProcessType.NameaddNewName2()Appends and returns a new empty "name" elementProcessType.ProcessParameteraddNewProcessParameter()Appends and returns a new empty value (as xml) as the last "processParameter" elementProcessType.ResponsiblePartyaddNewResponsibleParty()Appends and returns a new empty value (as xml) as the last "responsibleParty" elementProcessType.TypeaddNewType()Appends and returns a new empty "type" elementProcessType.Documentation[]getDocumentationArray()Gets array of all "documentation" elementsProcessType.DocumentationgetDocumentationArray(int i)Gets ith "documentation" elementProcessType.InspireIdgetInspireId()Gets the "inspireId" elementProcessType.NamegetName2()Gets the "name" elementProcessType.ProcessParameter[]getProcessParameterArray()Gets array of all "processParameter" elementsProcessType.ProcessParametergetProcessParameterArray(int i)Gets ith "processParameter" elementProcessType.ResponsibleParty[]getResponsiblePartyArray()Gets array of all "responsibleParty" elementsProcessType.ResponsiblePartygetResponsiblePartyArray(int i)Gets ith "responsibleParty" elementProcessType.TypegetType()Gets the "type" elementProcessType.DocumentationinsertNewDocumentation(int i)Inserts and returns a new empty value (as xml) as the ith "documentation" elementProcessType.ProcessParameterinsertNewProcessParameter(int i)Inserts and returns a new empty value (as xml) as the ith "processParameter" elementProcessType.ResponsiblePartyinsertNewResponsibleParty(int i)Inserts and returns a new empty value (as xml) as the ith "responsibleParty" elementbooleanisNilDocumentationArray(int i)Tests for nil ith "documentation" elementbooleanisNilInspireId()Tests for nil "inspireId" elementbooleanisNilName2()Tests for nil "name" elementbooleanisNilProcessParameterArray(int i)Tests for nil ith "processParameter" elementbooleanisNilResponsiblePartyArray(int i)Tests for nil ith "responsibleParty" elementbooleanisNilType()Tests for nil "type" elementbooleanisSetName2()True if has "name" elementvoidremoveDocumentation(int i)Removes the ith "documentation" elementvoidremoveProcessParameter(int i)Removes the ith "processParameter" elementvoidremoveResponsibleParty(int i)Removes the ith "responsibleParty" elementvoidsetDocumentationArray(int i, ProcessType.Documentation documentation)Sets ith "documentation" elementvoidsetDocumentationArray(ProcessType.Documentation[] documentationArray)Sets array of all "documentation" elementvoidsetInspireId(ProcessType.InspireId inspireId)Sets the "inspireId" elementvoidsetName2(ProcessType.Name name2)Sets the "name" elementvoidsetNilDocumentationArray(int i)Nils the ith "documentation" elementvoidsetNilInspireId()Nils the "inspireId" elementvoidsetNilName2()Nils the "name" elementvoidsetNilProcessParameterArray(int i)Nils the ith "processParameter" elementvoidsetNilResponsiblePartyArray(int i)Nils the ith "responsibleParty" elementvoidsetNilType()Nils the "type" elementvoidsetProcessParameterArray(int i, ProcessType.ProcessParameter processParameter)Sets ith "processParameter" elementvoidsetProcessParameterArray(ProcessType.ProcessParameter[] processParameterArray)Sets array of all "processParameter" elementvoidsetResponsiblePartyArray(int i, ProcessType.ResponsibleParty responsibleParty)Sets ith "responsibleParty" elementvoidsetResponsiblePartyArray(ProcessType.ResponsibleParty[] responsiblePartyArray)Sets array of all "responsibleParty" elementvoidsetType(ProcessType.Type type)Sets the "type" elementintsizeOfDocumentationArray()Returns number of "documentation" elementintsizeOfProcessParameterArray()Returns number of "processParameter" elementintsizeOfResponsiblePartyArray()Returns number of "responsibleParty" elementvoidunsetName2()Unsets the "name" element-
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 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
-
getInspireId
public ProcessType.InspireId getInspireId()
Gets the "inspireId" element- Specified by:
getInspireIdin interfaceProcessType
-
isNilInspireId
public boolean isNilInspireId()
Tests for nil "inspireId" element- Specified by:
isNilInspireIdin interfaceProcessType
-
setInspireId
public void setInspireId(ProcessType.InspireId inspireId)
Sets the "inspireId" element- Specified by:
setInspireIdin interfaceProcessType
-
addNewInspireId
public ProcessType.InspireId addNewInspireId()
Appends and returns a new empty "inspireId" element- Specified by:
addNewInspireIdin interfaceProcessType
-
setNilInspireId
public void setNilInspireId()
Nils the "inspireId" element- Specified by:
setNilInspireIdin interfaceProcessType
-
getName2
public ProcessType.Name getName2()
Gets the "name" element- Specified by:
getName2in interfaceProcessType
-
isNilName2
public boolean isNilName2()
Tests for nil "name" element- Specified by:
isNilName2in interfaceProcessType
-
isSetName2
public boolean isSetName2()
True if has "name" element- Specified by:
isSetName2in interfaceProcessType
-
setName2
public void setName2(ProcessType.Name name2)
Sets the "name" element- Specified by:
setName2in interfaceProcessType
-
addNewName2
public ProcessType.Name addNewName2()
Appends and returns a new empty "name" element- Specified by:
addNewName2in interfaceProcessType
-
setNilName2
public void setNilName2()
Nils the "name" element- Specified by:
setNilName2in interfaceProcessType
-
unsetName2
public void unsetName2()
Unsets the "name" element- Specified by:
unsetName2in interfaceProcessType
-
getType
public ProcessType.Type getType()
Gets the "type" element- Specified by:
getTypein interfaceProcessType
-
isNilType
public boolean isNilType()
Tests for nil "type" element- Specified by:
isNilTypein interfaceProcessType
-
setType
public void setType(ProcessType.Type type)
Sets the "type" element- Specified by:
setTypein interfaceProcessType
-
addNewType
public ProcessType.Type addNewType()
Appends and returns a new empty "type" element- Specified by:
addNewTypein interfaceProcessType
-
setNilType
public void setNilType()
Nils the "type" element- Specified by:
setNilTypein interfaceProcessType
-
getDocumentationArray
public ProcessType.Documentation[] getDocumentationArray()
Gets array of all "documentation" elements- Specified by:
getDocumentationArrayin interfaceProcessType
-
getDocumentationArray
public ProcessType.Documentation getDocumentationArray(int i)
Gets ith "documentation" element- Specified by:
getDocumentationArrayin interfaceProcessType
-
isNilDocumentationArray
public boolean isNilDocumentationArray(int i)
Tests for nil ith "documentation" element- Specified by:
isNilDocumentationArrayin interfaceProcessType
-
sizeOfDocumentationArray
public int sizeOfDocumentationArray()
Returns number of "documentation" element- Specified by:
sizeOfDocumentationArrayin interfaceProcessType
-
setDocumentationArray
public void setDocumentationArray(ProcessType.Documentation[] documentationArray)
Sets array of all "documentation" element- Specified by:
setDocumentationArrayin interfaceProcessType
-
setDocumentationArray
public void setDocumentationArray(int i, ProcessType.Documentation documentation)Sets ith "documentation" element- Specified by:
setDocumentationArrayin interfaceProcessType
-
setNilDocumentationArray
public void setNilDocumentationArray(int i)
Nils the ith "documentation" element- Specified by:
setNilDocumentationArrayin interfaceProcessType
-
insertNewDocumentation
public ProcessType.Documentation insertNewDocumentation(int i)
Inserts and returns a new empty value (as xml) as the ith "documentation" element- Specified by:
insertNewDocumentationin interfaceProcessType
-
addNewDocumentation
public ProcessType.Documentation addNewDocumentation()
Appends and returns a new empty value (as xml) as the last "documentation" element- Specified by:
addNewDocumentationin interfaceProcessType
-
removeDocumentation
public void removeDocumentation(int i)
Removes the ith "documentation" element- Specified by:
removeDocumentationin interfaceProcessType
-
getProcessParameterArray
public ProcessType.ProcessParameter[] getProcessParameterArray()
Gets array of all "processParameter" elements- Specified by:
getProcessParameterArrayin interfaceProcessType
-
getProcessParameterArray
public ProcessType.ProcessParameter getProcessParameterArray(int i)
Gets ith "processParameter" element- Specified by:
getProcessParameterArrayin interfaceProcessType
-
isNilProcessParameterArray
public boolean isNilProcessParameterArray(int i)
Tests for nil ith "processParameter" element- Specified by:
isNilProcessParameterArrayin interfaceProcessType
-
sizeOfProcessParameterArray
public int sizeOfProcessParameterArray()
Returns number of "processParameter" element- Specified by:
sizeOfProcessParameterArrayin interfaceProcessType
-
setProcessParameterArray
public void setProcessParameterArray(ProcessType.ProcessParameter[] processParameterArray)
Sets array of all "processParameter" element- Specified by:
setProcessParameterArrayin interfaceProcessType
-
setProcessParameterArray
public void setProcessParameterArray(int i, ProcessType.ProcessParameter processParameter)Sets ith "processParameter" element- Specified by:
setProcessParameterArrayin interfaceProcessType
-
setNilProcessParameterArray
public void setNilProcessParameterArray(int i)
Nils the ith "processParameter" element- Specified by:
setNilProcessParameterArrayin interfaceProcessType
-
insertNewProcessParameter
public ProcessType.ProcessParameter insertNewProcessParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "processParameter" element- Specified by:
insertNewProcessParameterin interfaceProcessType
-
addNewProcessParameter
public ProcessType.ProcessParameter addNewProcessParameter()
Appends and returns a new empty value (as xml) as the last "processParameter" element- Specified by:
addNewProcessParameterin interfaceProcessType
-
removeProcessParameter
public void removeProcessParameter(int i)
Removes the ith "processParameter" element- Specified by:
removeProcessParameterin interfaceProcessType
-
getResponsiblePartyArray
public ProcessType.ResponsibleParty[] getResponsiblePartyArray()
Gets array of all "responsibleParty" elements- Specified by:
getResponsiblePartyArrayin interfaceProcessType
-
getResponsiblePartyArray
public ProcessType.ResponsibleParty getResponsiblePartyArray(int i)
Gets ith "responsibleParty" element- Specified by:
getResponsiblePartyArrayin interfaceProcessType
-
isNilResponsiblePartyArray
public boolean isNilResponsiblePartyArray(int i)
Tests for nil ith "responsibleParty" element- Specified by:
isNilResponsiblePartyArrayin interfaceProcessType
-
sizeOfResponsiblePartyArray
public int sizeOfResponsiblePartyArray()
Returns number of "responsibleParty" element- Specified by:
sizeOfResponsiblePartyArrayin interfaceProcessType
-
setResponsiblePartyArray
public void setResponsiblePartyArray(ProcessType.ResponsibleParty[] responsiblePartyArray)
Sets array of all "responsibleParty" element- Specified by:
setResponsiblePartyArrayin interfaceProcessType
-
setResponsiblePartyArray
public void setResponsiblePartyArray(int i, ProcessType.ResponsibleParty responsibleParty)Sets ith "responsibleParty" element- Specified by:
setResponsiblePartyArrayin interfaceProcessType
-
setNilResponsiblePartyArray
public void setNilResponsiblePartyArray(int i)
Nils the ith "responsibleParty" element- Specified by:
setNilResponsiblePartyArrayin interfaceProcessType
-
insertNewResponsibleParty
public ProcessType.ResponsibleParty insertNewResponsibleParty(int i)
Inserts and returns a new empty value (as xml) as the ith "responsibleParty" element- Specified by:
insertNewResponsiblePartyin interfaceProcessType
-
addNewResponsibleParty
public ProcessType.ResponsibleParty addNewResponsibleParty()
Appends and returns a new empty value (as xml) as the last "responsibleParty" element- Specified by:
addNewResponsiblePartyin interfaceProcessType
-
removeResponsibleParty
public void removeResponsibleParty(int i)
Removes the ith "responsibleParty" element- Specified by:
removeResponsiblePartyin interfaceProcessType
-
-