|
|||||||||
| 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.waterml.v_2_0.CollectionType
public class CollectionType
Java class for CollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionType">
<complexContent>
<extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType">
<sequence>
<element name="metadata" type="{http://www.opengis.net/waterml/2.0}DocumentMetadataPropertyType"/>
<element name="temporalExtent" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml/3.2}TimePeriod"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="sourceDefinition" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.isotc211.org/2005/gmd}MD_DataIdentification"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="parameter" type="{http://www.opengis.net/om/2.0}NamedValuePropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="localDictionary" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml/3.2}Dictionary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="samplingFeatureMember" type="{http://www.opengis.net/waterml/2.0}SamplingFeatureMemberPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="observationMember" type="{http://www.opengis.net/om/2.0}OM_ObservationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="communityExtension" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="internalExtension" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CollectionType.LocalDictionary
Java class for anonymous complex type. |
static class |
CollectionType.SourceDefinition
Java class for anonymous complex type. |
static class |
CollectionType.TemporalExtent
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Object> |
communityExtension
|
protected List<Object> |
internalExtension
|
protected List<CollectionType.LocalDictionary> |
localDictionary
|
protected DocumentMetadataPropertyType |
metadata
|
protected List<OMObservationPropertyType> |
observationMember
|
protected List<NamedValuePropertyType> |
parameter
|
protected List<SamplingFeatureMemberPropertyType> |
samplingFeatureMember
|
protected List<CollectionType.SourceDefinition> |
sourceDefinition
|
protected CollectionType.TemporalExtent |
temporalExtent
|
| 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 | |
|---|---|
CollectionType()
|
|
| 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 DocumentMetadataPropertyType metadata
protected CollectionType.TemporalExtent temporalExtent
protected List<CollectionType.SourceDefinition> sourceDefinition
protected List<NamedValuePropertyType> parameter
protected List<CollectionType.LocalDictionary> localDictionary
protected List<SamplingFeatureMemberPropertyType> samplingFeatureMember
protected List<OMObservationPropertyType> observationMember
protected List<Object> communityExtension
protected List<Object> internalExtension
| Constructor Detail |
|---|
public CollectionType()
| Method Detail |
|---|
public DocumentMetadataPropertyType getMetadata()
DocumentMetadataPropertyTypepublic void setMetadata(DocumentMetadataPropertyType value)
value - allowed object is
DocumentMetadataPropertyTypepublic boolean isSetMetadata()
public CollectionType.TemporalExtent getTemporalExtent()
CollectionType.TemporalExtentpublic void setTemporalExtent(CollectionType.TemporalExtent value)
value - allowed object is
CollectionType.TemporalExtentpublic boolean isSetTemporalExtent()
public List<CollectionType.SourceDefinition> getSourceDefinition()
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 sourceDefinition property.
For example, to add a new item, do as follows:
getSourceDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
CollectionType.SourceDefinition
public boolean isSetSourceDefinition()
public void unsetSourceDefinition()
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 List<CollectionType.LocalDictionary> getLocalDictionary()
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 localDictionary property.
For example, to add a new item, do as follows:
getLocalDictionary().add(newItem);
Objects of the following type(s) are allowed in the list
CollectionType.LocalDictionary
public boolean isSetLocalDictionary()
public void unsetLocalDictionary()
public List<SamplingFeatureMemberPropertyType> getSamplingFeatureMember()
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 samplingFeatureMember property.
For example, to add a new item, do as follows:
getSamplingFeatureMember().add(newItem);
Objects of the following type(s) are allowed in the list
SamplingFeatureMemberPropertyType
public boolean isSetSamplingFeatureMember()
public void unsetSamplingFeatureMember()
public List<OMObservationPropertyType> getObservationMember()
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 observationMember property.
For example, to add a new item, do as follows:
getObservationMember().add(newItem);
Objects of the following type(s) are allowed in the list
OMObservationPropertyType
public boolean isSetObservationMember()
public void unsetObservationMember()
public List<Object> getCommunityExtension()
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 communityExtension property.
For example, to add a new item, do as follows:
getCommunityExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetCommunityExtension()
public void unsetCommunityExtension()
public List<Object> getInternalExtension()
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 internalExtension property.
For example, to add a new item, do as follows:
getInternalExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetInternalExtension()
public void unsetInternalExtension()
public String toString()
toString in class AbstractFeatureType
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 AbstractFeatureType
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 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode 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.CopyTo2copyTo in class AbstractFeatureType
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 AbstractFeatureTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom 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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureTypepublic void setSourceDefinition(List<CollectionType.SourceDefinition> value)
public void setParameter(List<NamedValuePropertyType> value)
public void setLocalDictionary(List<CollectionType.LocalDictionary> value)
public void setSamplingFeatureMember(List<SamplingFeatureMemberPropertyType> value)
public void setObservationMember(List<OMObservationPropertyType> value)
public void setCommunityExtension(List<Object> value)
public void setInternalExtension(List<Object> value)
public CollectionType withMetadata(DocumentMetadataPropertyType value)
public CollectionType withTemporalExtent(CollectionType.TemporalExtent value)
public CollectionType withSourceDefinition(CollectionType.SourceDefinition... values)
public CollectionType withSourceDefinition(Collection<CollectionType.SourceDefinition> values)
public CollectionType withParameter(NamedValuePropertyType... values)
public CollectionType withParameter(Collection<NamedValuePropertyType> values)
public CollectionType withLocalDictionary(CollectionType.LocalDictionary... values)
public CollectionType withLocalDictionary(Collection<CollectionType.LocalDictionary> values)
public CollectionType withSamplingFeatureMember(SamplingFeatureMemberPropertyType... values)
public CollectionType withSamplingFeatureMember(Collection<SamplingFeatureMemberPropertyType> values)
public CollectionType withObservationMember(OMObservationPropertyType... values)
public CollectionType withObservationMember(Collection<OMObservationPropertyType> values)
public CollectionType withCommunityExtension(Object... values)
public CollectionType withCommunityExtension(Collection<Object> values)
public CollectionType withInternalExtension(Object... values)
public CollectionType withInternalExtension(Collection<Object> values)
public CollectionType withSourceDefinition(List<CollectionType.SourceDefinition> value)
public CollectionType withParameter(List<NamedValuePropertyType> value)
public CollectionType withLocalDictionary(List<CollectionType.LocalDictionary> value)
public CollectionType withSamplingFeatureMember(List<SamplingFeatureMemberPropertyType> value)
public CollectionType withObservationMember(List<OMObservationPropertyType> value)
public CollectionType withCommunityExtension(List<Object> value)
public CollectionType withInternalExtension(List<Object> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||