|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.gml.v_3_2_1.AbstractGMLType
net.opengis.gml.v_3_2_1.AbstractFeatureType
net.opengis.sampling.v_2_0.SFSamplingFeatureType
net.opengis.samplingspecimen.v_2_0.SFSpecimenType
public class SFSpecimenType
An object on which measurements may be made, often ex-situ. Note that if this specimen is a "processed" version of another (e.g. by grinding, sieving, etc) then the predecessor (if known) may be recorded as a relatedSamplingFeature
Java class for SF_SpecimenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SF_SpecimenType">
<complexContent>
<extension base="{http://www.opengis.net/sampling/2.0}SF_SamplingFeatureType">
<sequence>
<element name="materialClass" type="{http://www.opengis.net/gml/3.2}ReferenceType"/>
<element name="samplingTime" type="{http://www.opengis.net/om/2.0}TimeObjectPropertyType"/>
<element name="samplingMethod" type="{http://www.opengis.net/sampling/2.0}SF_ProcessPropertyType" minOccurs="0"/>
<element name="samplingLocation" type="{http://www.opengis.net/gml/3.2}GeometryPropertyType" minOccurs="0"/>
<element name="processingDetails" type="{http://www.opengis.net/samplingSpecimen/2.0}PreparationStepPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="size" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.opengis.net/gml/3.2>MeasureType">
<attGroup ref="{http://www.opengis.net/gml/3.2}AssociationAttributeGroup"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="currentLocation" type="{http://www.opengis.net/samplingSpecimen/2.0}LocationPropertyType" minOccurs="0"/>
<element name="specimenType" type="{http://www.opengis.net/gml/3.2}ReferenceType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
SFSpecimenType.Size
Xlink attributes added to enable rich annotation, e.g. |
| Field Summary | |
|---|---|
protected LocationPropertyType |
currentLocation
|
protected ReferenceType |
materialClass
|
protected List<PreparationStepPropertyType> |
processingDetails
|
protected GeometryPropertyType |
samplingLocation
|
protected SFProcessPropertyType |
samplingMethod
|
protected TimeObjectPropertyType |
samplingTime
|
protected SFSpecimenType.Size |
size
|
protected ReferenceType |
specimenType
|
| Fields inherited from class net.opengis.sampling.v_2_0.SFSamplingFeatureType |
|---|
lineage, parameter, relatedObservation, relatedSamplingFeature, sampledFeature, type |
| Fields inherited from class net.opengis.gml.v_3_2_1.AbstractFeatureType |
|---|
boundedBy, location |
| Fields inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType |
|---|
description, descriptionReference, id, identifier, metaDataProperty, name |
| Constructor Summary | |
|---|---|
SFSpecimenType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
|
LocationPropertyType |
getCurrentLocation()
Gets the value of the currentLocation property. |
ReferenceType |
getMaterialClass()
Gets the value of the materialClass property. |
List<PreparationStepPropertyType> |
getProcessingDetails()
Gets the value of the processingDetails property. |
GeometryPropertyType |
getSamplingLocation()
Gets the value of the samplingLocation property. |
SFProcessPropertyType |
getSamplingMethod()
Gets the value of the samplingMethod property. |
TimeObjectPropertyType |
getSamplingTime()
Gets the value of the samplingTime property. |
SFSpecimenType.Size |
getSize()
Gets the value of the size property. |
ReferenceType |
getSpecimenType()
Gets the value of the specimenType property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetCurrentLocation()
|
boolean |
isSetMaterialClass()
|
boolean |
isSetProcessingDetails()
|
boolean |
isSetSamplingLocation()
|
boolean |
isSetSamplingMethod()
|
boolean |
isSetSamplingTime()
|
boolean |
isSetSize()
|
boolean |
isSetSpecimenType()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setCurrentLocation(LocationPropertyType value)
Sets the value of the currentLocation property. |
void |
setMaterialClass(ReferenceType value)
Sets the value of the materialClass property. |
void |
setProcessingDetails(List<PreparationStepPropertyType> value)
|
void |
setSamplingLocation(GeometryPropertyType value)
Sets the value of the samplingLocation property. |
void |
setSamplingMethod(SFProcessPropertyType value)
Sets the value of the samplingMethod property. |
void |
setSamplingTime(TimeObjectPropertyType value)
Sets the value of the samplingTime property. |
void |
setSize(SFSpecimenType.Size value)
Sets the value of the size property. |
void |
setSpecimenType(ReferenceType value)
Sets the value of the specimenType property. |
String |
toString()
|
void |
unsetProcessingDetails()
|
SFSpecimenType |
withCurrentLocation(LocationPropertyType value)
|
SFSpecimenType |
withMaterialClass(ReferenceType value)
|
SFSpecimenType |
withProcessingDetails(Collection<PreparationStepPropertyType> values)
|
SFSpecimenType |
withProcessingDetails(List<PreparationStepPropertyType> value)
|
SFSpecimenType |
withProcessingDetails(PreparationStepPropertyType... values)
|
SFSpecimenType |
withSamplingLocation(GeometryPropertyType value)
|
SFSpecimenType |
withSamplingMethod(SFProcessPropertyType value)
|
SFSpecimenType |
withSamplingTime(TimeObjectPropertyType value)
|
SFSpecimenType |
withSize(SFSpecimenType.Size value)
|
SFSpecimenType |
withSpecimenType(ReferenceType value)
|
| Methods inherited from class net.opengis.gml.v_3_2_1.AbstractFeatureType |
|---|
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName |
| Methods inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType |
|---|
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ReferenceType materialClass
protected TimeObjectPropertyType samplingTime
protected SFProcessPropertyType samplingMethod
protected GeometryPropertyType samplingLocation
protected List<PreparationStepPropertyType> processingDetails
protected SFSpecimenType.Size size
protected LocationPropertyType currentLocation
protected ReferenceType specimenType
| Constructor Detail |
|---|
public SFSpecimenType()
| Method Detail |
|---|
public ReferenceType getMaterialClass()
ReferenceTypepublic void setMaterialClass(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetMaterialClass()
public TimeObjectPropertyType getSamplingTime()
TimeObjectPropertyTypepublic void setSamplingTime(TimeObjectPropertyType value)
value - allowed object is
TimeObjectPropertyTypepublic boolean isSetSamplingTime()
public SFProcessPropertyType getSamplingMethod()
SFProcessPropertyTypepublic void setSamplingMethod(SFProcessPropertyType value)
value - allowed object is
SFProcessPropertyTypepublic boolean isSetSamplingMethod()
public GeometryPropertyType getSamplingLocation()
GeometryPropertyTypepublic void setSamplingLocation(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetSamplingLocation()
public List<PreparationStepPropertyType> getProcessingDetails()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the processingDetails property.
For example, to add a new item, do as follows:
getProcessingDetails().add(newItem);
Objects of the following type(s) are allowed in the list
PreparationStepPropertyType
public boolean isSetProcessingDetails()
public void unsetProcessingDetails()
public SFSpecimenType.Size getSize()
SFSpecimenType.Sizepublic void setSize(SFSpecimenType.Size value)
value - allowed object is
SFSpecimenType.Sizepublic boolean isSetSize()
public LocationPropertyType getCurrentLocation()
LocationPropertyTypepublic void setCurrentLocation(LocationPropertyType value)
value - allowed object is
LocationPropertyTypepublic boolean isSetCurrentLocation()
public ReferenceType getSpecimenType()
ReferenceTypepublic void setSpecimenType(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetSpecimenType()
public String toString()
toString in class SFSamplingFeatureType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class SFSamplingFeatureType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class SFSamplingFeatureType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class SFSamplingFeatureTypepublic boolean equals(Object object)
equals in class SFSamplingFeatureType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class SFSamplingFeatureTypepublic int hashCode()
hashCode in class SFSamplingFeatureTypepublic Object clone()
clone in class SFSamplingFeatureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class SFSamplingFeatureType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class SFSamplingFeatureTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class SFSamplingFeatureType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class SFSamplingFeatureType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class SFSamplingFeatureTypepublic void setProcessingDetails(List<PreparationStepPropertyType> value)
public SFSpecimenType withMaterialClass(ReferenceType value)
public SFSpecimenType withSamplingTime(TimeObjectPropertyType value)
public SFSpecimenType withSamplingMethod(SFProcessPropertyType value)
public SFSpecimenType withSamplingLocation(GeometryPropertyType value)
public SFSpecimenType withProcessingDetails(PreparationStepPropertyType... values)
public SFSpecimenType withProcessingDetails(Collection<PreparationStepPropertyType> values)
public SFSpecimenType withSize(SFSpecimenType.Size value)
public SFSpecimenType withCurrentLocation(LocationPropertyType value)
public SFSpecimenType withSpecimenType(ReferenceType value)
public SFSpecimenType withProcessingDetails(List<PreparationStepPropertyType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||