Class AbstractDSAggregateType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.AbstractDSAggregateType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
- Direct Known Subclasses:
DSInitiativeType,DSOtherAggregateType,DSSeriesType,MXAggregateType
public abstract class AbstractDSAggregateType extends AbstractObjectType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Identifiable collection of datasetsJava class for AbstractDS_Aggregate_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractDS_Aggregate_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="composedOf" type="{http://www.isotc211.org/2005/gmd}DS_DataSet_PropertyType" maxOccurs="unbounded"/> <element name="seriesMetadata" type="{http://www.isotc211.org/2005/gmd}MD_Metadata_PropertyType" maxOccurs="unbounded"/> <element name="subset" type="{http://www.isotc211.org/2005/gmd}DS_Aggregate_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="superset" type="{http://www.isotc211.org/2005/gmd}DS_Aggregate_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DSDataSetPropertyType>composedOfprotected List<MDMetadataPropertyType>seriesMetadataprotected List<DSAggregatePropertyType>subsetprotected List<DSAggregatePropertyType>superset-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description AbstractDSAggregateType()Default no-arg constructorAbstractDSAggregateType(String id, String uuid, List<DSDataSetPropertyType> composedOf, List<MDMetadataPropertyType> seriesMetadata, List<DSAggregatePropertyType> subset, List<DSAggregatePropertyType> superset)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid
-
-
-
-
Field Detail
-
composedOf
protected List<DSDataSetPropertyType> composedOf
-
seriesMetadata
protected List<MDMetadataPropertyType> seriesMetadata
-
subset
protected List<DSAggregatePropertyType> subset
-
superset
protected List<DSAggregatePropertyType> superset
-
-
Constructor Detail
-
AbstractDSAggregateType
public AbstractDSAggregateType()
Default no-arg constructor
-
AbstractDSAggregateType
public AbstractDSAggregateType(String id, String uuid, List<DSDataSetPropertyType> composedOf, List<MDMetadataPropertyType> seriesMetadata, List<DSAggregatePropertyType> subset, List<DSAggregatePropertyType> superset)
Fully-initialising value constructor
-
-
Method Detail
-
getComposedOf
public List<DSDataSetPropertyType> getComposedOf()
Gets the value of the composedOf property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the composedOf property.For example, to add a new item, do as follows:
getComposedOf().add(newItem);Objects of the following type(s) are allowed in the list
DSDataSetPropertyType
-
isSetComposedOf
public boolean isSetComposedOf()
-
unsetComposedOf
public void unsetComposedOf()
-
getSeriesMetadata
public List<MDMetadataPropertyType> getSeriesMetadata()
Gets the value of the seriesMetadata property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the seriesMetadata property.For example, to add a new item, do as follows:
getSeriesMetadata().add(newItem);Objects of the following type(s) are allowed in the list
MDMetadataPropertyType
-
isSetSeriesMetadata
public boolean isSetSeriesMetadata()
-
unsetSeriesMetadata
public void unsetSeriesMetadata()
-
getSubset
public List<DSAggregatePropertyType> getSubset()
Gets the value of the subset property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the subset property.For example, to add a new item, do as follows:
getSubset().add(newItem);Objects of the following type(s) are allowed in the list
DSAggregatePropertyType
-
isSetSubset
public boolean isSetSubset()
-
unsetSubset
public void unsetSubset()
-
getSuperset
public List<DSAggregatePropertyType> getSuperset()
Gets the value of the superset property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the superset property.For example, to add a new item, do as follows:
getSuperset().add(newItem);Objects of the following type(s) are allowed in the list
DSAggregatePropertyType
-
isSetSuperset
public boolean isSetSuperset()
-
unsetSuperset
public void unsetSuperset()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObjectType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractObjectType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractObjectType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractObjectType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
setComposedOf
public void setComposedOf(List<DSDataSetPropertyType> value)
-
setSeriesMetadata
public void setSeriesMetadata(List<MDMetadataPropertyType> value)
-
setSubset
public void setSubset(List<DSAggregatePropertyType> value)
-
setSuperset
public void setSuperset(List<DSAggregatePropertyType> value)
-
withComposedOf
public AbstractDSAggregateType withComposedOf(DSDataSetPropertyType... values)
-
withComposedOf
public AbstractDSAggregateType withComposedOf(Collection<DSDataSetPropertyType> values)
-
withSeriesMetadata
public AbstractDSAggregateType withSeriesMetadata(MDMetadataPropertyType... values)
-
withSeriesMetadata
public AbstractDSAggregateType withSeriesMetadata(Collection<MDMetadataPropertyType> values)
-
withSubset
public AbstractDSAggregateType withSubset(DSAggregatePropertyType... values)
-
withSubset
public AbstractDSAggregateType withSubset(Collection<DSAggregatePropertyType> values)
-
withSuperset
public AbstractDSAggregateType withSuperset(DSAggregatePropertyType... values)
-
withSuperset
public AbstractDSAggregateType withSuperset(Collection<DSAggregatePropertyType> values)
-
withComposedOf
public AbstractDSAggregateType withComposedOf(List<DSDataSetPropertyType> value)
-
withSeriesMetadata
public AbstractDSAggregateType withSeriesMetadata(List<MDMetadataPropertyType> value)
-
withSubset
public AbstractDSAggregateType withSubset(List<DSAggregatePropertyType> value)
-
withSuperset
public AbstractDSAggregateType withSuperset(List<DSAggregatePropertyType> value)
-
withId
public AbstractDSAggregateType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public AbstractDSAggregateType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-