public interface SpecimenType extends SamplingFeatureType
addNewMetaDataProperty| Modifier and Type | Interface and Description |
|---|---|
static class |
SpecimenType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
SpecimenType.Size
An XML size(@http://www.opengis.net/sampling/1.0).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
LocationPropertyType |
addNewCurrentLocation()
Appends and returns a new empty "currentLocation" element
|
CodeType |
addNewMaterialClass()
Appends and returns a new empty "materialClass" element
|
ReferenceType |
addNewProcessingDetails()
Appends and returns a new empty value (as xml) as the last "processingDetails" element
|
ReferenceType |
addNewSamplingMethod()
Appends and returns a new empty "samplingMethod" element
|
TimePrimitivePropertyType |
addNewSamplingTime()
Appends and returns a new empty "samplingTime" element
|
SpecimenType.Size |
addNewSize()
Appends and returns a new empty "size" element
|
LocationPropertyType |
getCurrentLocation()
Gets the "currentLocation" element
|
CodeType |
getMaterialClass()
Gets the "materialClass" element
|
ReferenceType[] |
getProcessingDetailsArray()
Gets array of all "processingDetails" elements
|
ReferenceType |
getProcessingDetailsArray(int i)
Gets ith "processingDetails" element
|
ReferenceType |
getSamplingMethod()
Gets the "samplingMethod" element
|
TimePrimitivePropertyType |
getSamplingTime()
Gets the "samplingTime" element
|
SpecimenType.Size |
getSize()
Gets the "size" element
|
ReferenceType |
insertNewProcessingDetails(int i)
Inserts and returns a new empty value (as xml) as the ith "processingDetails" element
|
boolean |
isSetCurrentLocation()
True if has "currentLocation" element
|
boolean |
isSetSamplingMethod()
True if has "samplingMethod" element
|
boolean |
isSetSize()
True if has "size" element
|
void |
removeProcessingDetails(int i)
Removes the ith "processingDetails" element
|
void |
setCurrentLocation(LocationPropertyType currentLocation)
Sets the "currentLocation" element
|
void |
setMaterialClass(CodeType materialClass)
Sets the "materialClass" element
|
void |
setProcessingDetailsArray(int i,
ReferenceType processingDetails)
Sets ith "processingDetails" element
|
void |
setProcessingDetailsArray(ReferenceType[] processingDetailsArray)
Sets array of all "processingDetails" element
|
void |
setSamplingMethod(ReferenceType samplingMethod)
Sets the "samplingMethod" element
|
void |
setSamplingTime(TimePrimitivePropertyType samplingTime)
Sets the "samplingTime" element
|
void |
setSize(SpecimenType.Size size)
Sets the "size" element
|
int |
sizeOfProcessingDetailsArray()
Returns number of "processingDetails" element
|
void |
unsetCurrentLocation()
Unsets the "currentLocation" element
|
void |
unsetSamplingMethod()
Unsets the "samplingMethod" element
|
void |
unsetSize()
Unsets the "size" element
|
addNewRelatedObservation, addNewRelatedSamplingFeature, addNewSampledFeature, addNewSurveyDetails, getRelatedObservationArray, getRelatedObservationArray, getRelatedSamplingFeatureArray, getRelatedSamplingFeatureArray, getSampledFeatureArray, getSampledFeatureArray, getSurveyDetails, insertNewRelatedObservation, insertNewRelatedSamplingFeature, insertNewSampledFeature, isSetSurveyDetails, removeRelatedObservation, removeRelatedSamplingFeature, removeSampledFeature, setRelatedObservationArray, setRelatedObservationArray, setRelatedSamplingFeatureArray, setRelatedSamplingFeatureArray, setSampledFeatureArray, setSampledFeatureArray, setSurveyDetails, sizeOfRelatedObservationArray, sizeOfRelatedSamplingFeatureArray, sizeOfSampledFeatureArray, unsetSurveyDetailsaddNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, unsetBoundedBy, unsetLocationaddNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, xgetId, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextCodeType getMaterialClass()
void setMaterialClass(CodeType materialClass)
CodeType addNewMaterialClass()
LocationPropertyType getCurrentLocation()
boolean isSetCurrentLocation()
void setCurrentLocation(LocationPropertyType currentLocation)
LocationPropertyType addNewCurrentLocation()
void unsetCurrentLocation()
SpecimenType.Size getSize()
boolean isSetSize()
void setSize(SpecimenType.Size size)
SpecimenType.Size addNewSize()
void unsetSize()
ReferenceType getSamplingMethod()
boolean isSetSamplingMethod()
void setSamplingMethod(ReferenceType samplingMethod)
ReferenceType addNewSamplingMethod()
void unsetSamplingMethod()
TimePrimitivePropertyType getSamplingTime()
void setSamplingTime(TimePrimitivePropertyType samplingTime)
TimePrimitivePropertyType addNewSamplingTime()
ReferenceType[] getProcessingDetailsArray()
ReferenceType getProcessingDetailsArray(int i)
int sizeOfProcessingDetailsArray()
void setProcessingDetailsArray(ReferenceType[] processingDetailsArray)
void setProcessingDetailsArray(int i,
ReferenceType processingDetails)
ReferenceType insertNewProcessingDetails(int i)
ReferenceType addNewProcessingDetails()
void removeProcessingDetails(int i)
Copyright © 2018 52north.org. All rights reserved.