Interface ProcessType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ProcessTypeImpl
public interface ProcessType extends AbstractFeatureType
An XML ProcessType(@http://inspire.ec.europa.eu/schemas/ompr/3.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProcessType.DocumentationAn XML documentation(@http://inspire.ec.europa.eu/schemas/ompr/3.0).static classProcessType.FactoryA factory class with static methods for creating instances of this type.static interfaceProcessType.InspireIdAn XML inspireId(@http://inspire.ec.europa.eu/schemas/ompr/3.0).static interfaceProcessType.NameAn XML name(@http://inspire.ec.europa.eu/schemas/ompr/3.0).static interfaceProcessType.ProcessParameterAn XML processParameter(@http://inspire.ec.europa.eu/schemas/ompr/3.0).static interfaceProcessType.ResponsiblePartyAn XML responsibleParty(@http://inspire.ec.europa.eu/schemas/ompr/3.0).static interfaceProcessType.TypeAn XML type(@http://inspire.ec.europa.eu/schemas/ompr/3.0).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract 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 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
ProcessType.InspireId getInspireId()
Gets the "inspireId" element
-
isNilInspireId
boolean isNilInspireId()
Tests for nil "inspireId" element
-
setInspireId
void setInspireId(ProcessType.InspireId inspireId)
Sets the "inspireId" element
-
addNewInspireId
ProcessType.InspireId addNewInspireId()
Appends and returns a new empty "inspireId" element
-
setNilInspireId
void setNilInspireId()
Nils the "inspireId" element
-
getName2
ProcessType.Name getName2()
Gets the "name" element
-
isNilName2
boolean isNilName2()
Tests for nil "name" element
-
isSetName2
boolean isSetName2()
True if has "name" element
-
setName2
void setName2(ProcessType.Name name2)
Sets the "name" element
-
addNewName2
ProcessType.Name addNewName2()
Appends and returns a new empty "name" element
-
setNilName2
void setNilName2()
Nils the "name" element
-
unsetName2
void unsetName2()
Unsets the "name" element
-
getType
ProcessType.Type getType()
Gets the "type" element
-
isNilType
boolean isNilType()
Tests for nil "type" element
-
setType
void setType(ProcessType.Type type)
Sets the "type" element
-
addNewType
ProcessType.Type addNewType()
Appends and returns a new empty "type" element
-
setNilType
void setNilType()
Nils the "type" element
-
getDocumentationArray
ProcessType.Documentation[] getDocumentationArray()
Gets array of all "documentation" elements
-
getDocumentationArray
ProcessType.Documentation getDocumentationArray(int i)
Gets ith "documentation" element
-
isNilDocumentationArray
boolean isNilDocumentationArray(int i)
Tests for nil ith "documentation" element
-
sizeOfDocumentationArray
int sizeOfDocumentationArray()
Returns number of "documentation" element
-
setDocumentationArray
void setDocumentationArray(ProcessType.Documentation[] documentationArray)
Sets array of all "documentation" element
-
setDocumentationArray
void setDocumentationArray(int i, ProcessType.Documentation documentation)Sets ith "documentation" element
-
setNilDocumentationArray
void setNilDocumentationArray(int i)
Nils the ith "documentation" element
-
insertNewDocumentation
ProcessType.Documentation insertNewDocumentation(int i)
Inserts and returns a new empty value (as xml) as the ith "documentation" element
-
addNewDocumentation
ProcessType.Documentation addNewDocumentation()
Appends and returns a new empty value (as xml) as the last "documentation" element
-
removeDocumentation
void removeDocumentation(int i)
Removes the ith "documentation" element
-
getProcessParameterArray
ProcessType.ProcessParameter[] getProcessParameterArray()
Gets array of all "processParameter" elements
-
getProcessParameterArray
ProcessType.ProcessParameter getProcessParameterArray(int i)
Gets ith "processParameter" element
-
isNilProcessParameterArray
boolean isNilProcessParameterArray(int i)
Tests for nil ith "processParameter" element
-
sizeOfProcessParameterArray
int sizeOfProcessParameterArray()
Returns number of "processParameter" element
-
setProcessParameterArray
void setProcessParameterArray(ProcessType.ProcessParameter[] processParameterArray)
Sets array of all "processParameter" element
-
setProcessParameterArray
void setProcessParameterArray(int i, ProcessType.ProcessParameter processParameter)Sets ith "processParameter" element
-
setNilProcessParameterArray
void setNilProcessParameterArray(int i)
Nils the ith "processParameter" element
-
insertNewProcessParameter
ProcessType.ProcessParameter insertNewProcessParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "processParameter" element
-
addNewProcessParameter
ProcessType.ProcessParameter addNewProcessParameter()
Appends and returns a new empty value (as xml) as the last "processParameter" element
-
removeProcessParameter
void removeProcessParameter(int i)
Removes the ith "processParameter" element
-
getResponsiblePartyArray
ProcessType.ResponsibleParty[] getResponsiblePartyArray()
Gets array of all "responsibleParty" elements
-
getResponsiblePartyArray
ProcessType.ResponsibleParty getResponsiblePartyArray(int i)
Gets ith "responsibleParty" element
-
isNilResponsiblePartyArray
boolean isNilResponsiblePartyArray(int i)
Tests for nil ith "responsibleParty" element
-
sizeOfResponsiblePartyArray
int sizeOfResponsiblePartyArray()
Returns number of "responsibleParty" element
-
setResponsiblePartyArray
void setResponsiblePartyArray(ProcessType.ResponsibleParty[] responsiblePartyArray)
Sets array of all "responsibleParty" element
-
setResponsiblePartyArray
void setResponsiblePartyArray(int i, ProcessType.ResponsibleParty responsibleParty)Sets ith "responsibleParty" element
-
setNilResponsiblePartyArray
void setNilResponsiblePartyArray(int i)
Nils the ith "responsibleParty" element
-
insertNewResponsibleParty
ProcessType.ResponsibleParty insertNewResponsibleParty(int i)
Inserts and returns a new empty value (as xml) as the ith "responsibleParty" element
-
addNewResponsibleParty
ProcessType.ResponsibleParty addNewResponsibleParty()
Appends and returns a new empty value (as xml) as the last "responsibleParty" element
-
removeResponsibleParty
void removeResponsibleParty(int i)
Removes the ith "responsibleParty" element
-
-