|
|||||||||
| 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
public class SFSamplingFeatureType
A "SamplingFeature" is a feature used primarily for taking observations.
Java class for SF_SamplingFeatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SF_SamplingFeatureType">
<complexContent>
<extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType">
<sequence>
<group ref="{http://www.opengis.net/sampling/2.0}SF_CommonProperties"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected LILineagePropertyType |
lineage
|
protected List<NamedValuePropertyType> |
parameter
|
protected List<OMObservationPropertyType> |
relatedObservation
|
protected List<SamplingFeatureComplexPropertyType> |
relatedSamplingFeature
|
protected List<FeaturePropertyType> |
sampledFeature
|
protected ReferenceType |
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 | |
|---|---|
SFSamplingFeatureType()
|
|
| 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 type
protected List<FeaturePropertyType> sampledFeature
protected LILineagePropertyType lineage
protected List<OMObservationPropertyType> relatedObservation
protected List<SamplingFeatureComplexPropertyType> relatedSamplingFeature
protected List<NamedValuePropertyType> parameter
| Constructor Detail |
|---|
public SFSamplingFeatureType()
| Method Detail |
|---|
public ReferenceType getType()
ReferenceTypepublic void setType(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetType()
public List<FeaturePropertyType> getSampledFeature()
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 sampledFeature property.
For example, to add a new item, do as follows:
getSampledFeature().add(newItem);
Objects of the following type(s) are allowed in the list
FeaturePropertyType
public boolean isSetSampledFeature()
public void unsetSampledFeature()
public LILineagePropertyType getLineage()
LILineagePropertyTypepublic void setLineage(LILineagePropertyType value)
value - allowed object is
LILineagePropertyTypepublic boolean isSetLineage()
public List<OMObservationPropertyType> getRelatedObservation()
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 relatedObservation property.
For example, to add a new item, do as follows:
getRelatedObservation().add(newItem);
Objects of the following type(s) are allowed in the list
OMObservationPropertyType
public boolean isSetRelatedObservation()
public void unsetRelatedObservation()
public List<SamplingFeatureComplexPropertyType> getRelatedSamplingFeature()
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 relatedSamplingFeature property.
For example, to add a new item, do as follows:
getRelatedSamplingFeature().add(newItem);
Objects of the following type(s) are allowed in the list
SamplingFeatureComplexPropertyType
public boolean isSetRelatedSamplingFeature()
public void unsetRelatedSamplingFeature()
public List<NamedValuePropertyType> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
NamedValuePropertyType
public boolean isSetParameter()
public void unsetParameter()
public String toString()
toString in class AbstractFeatureType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractFeatureType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractFeatureType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractFeatureTypepublic boolean equals(Object object)
equals in class AbstractFeatureType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractFeatureTypepublic int hashCode()
hashCode in class AbstractFeatureTypepublic Object clone()
clone in class AbstractFeatureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractFeatureType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractFeatureTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractFeatureType
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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractFeatureTypepublic void setSampledFeature(List<FeaturePropertyType> value)
public void setRelatedObservation(List<OMObservationPropertyType> value)
public void setRelatedSamplingFeature(List<SamplingFeatureComplexPropertyType> value)
public void setParameter(List<NamedValuePropertyType> value)
public SFSamplingFeatureType withType(ReferenceType value)
public SFSamplingFeatureType withSampledFeature(FeaturePropertyType... values)
public SFSamplingFeatureType withSampledFeature(Collection<FeaturePropertyType> values)
public SFSamplingFeatureType withLineage(LILineagePropertyType value)
public SFSamplingFeatureType withRelatedObservation(OMObservationPropertyType... values)
public SFSamplingFeatureType withRelatedObservation(Collection<OMObservationPropertyType> values)
public SFSamplingFeatureType withRelatedSamplingFeature(SamplingFeatureComplexPropertyType... values)
public SFSamplingFeatureType withRelatedSamplingFeature(Collection<SamplingFeatureComplexPropertyType> values)
public SFSamplingFeatureType withParameter(NamedValuePropertyType... values)
public SFSamplingFeatureType withParameter(Collection<NamedValuePropertyType> values)
public SFSamplingFeatureType withSampledFeature(List<FeaturePropertyType> value)
public SFSamplingFeatureType withRelatedObservation(List<OMObservationPropertyType> value)
public SFSamplingFeatureType withRelatedSamplingFeature(List<SamplingFeatureComplexPropertyType> value)
public SFSamplingFeatureType withParameter(List<NamedValuePropertyType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||