Class MXAggregateType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.AbstractDSAggregateType
-
- net.opengis.iso19139.gmx.v_20070417.MXAggregateType
-
- 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
public class MXAggregateType extends AbstractDSAggregateType 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
Java class for MX_Aggregate_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MX_Aggregate_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmd}AbstractDS_Aggregate_Type"> <sequence> <element name="aggregateCatalogue" type="{http://www.isotc211.org/2005/gmx}CT_Catalogue_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="aggregateFile" type="{http://www.isotc211.org/2005/gmx}MX_SupportFile_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CTCataloguePropertyType>aggregateCatalogueprotected List<MXSupportFilePropertyType>aggregateFile-
Fields inherited from class net.opengis.iso19139.gmd.v_20070417.AbstractDSAggregateType
composedOf, seriesMetadata, subset, superset
-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MXAggregateType()Default no-arg constructorMXAggregateType(String id, String uuid, List<DSDataSetPropertyType> composedOf, List<MDMetadataPropertyType> seriesMetadata, List<DSAggregatePropertyType> subset, List<DSAggregatePropertyType> superset, List<CTCataloguePropertyType> aggregateCatalogue, List<MXSupportFilePropertyType> aggregateFile)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.iso19139.gmd.v_20070417.AbstractDSAggregateType
getComposedOf, getSeriesMetadata, getSubset, getSuperset, isSetComposedOf, isSetSeriesMetadata, isSetSubset, isSetSuperset, setComposedOf, setSeriesMetadata, setSubset, setSuperset, unsetComposedOf, unsetSeriesMetadata, unsetSubset, unsetSuperset
-
-
-
-
Field Detail
-
aggregateCatalogue
protected List<CTCataloguePropertyType> aggregateCatalogue
-
aggregateFile
protected List<MXSupportFilePropertyType> aggregateFile
-
-
Constructor Detail
-
MXAggregateType
public MXAggregateType()
Default no-arg constructor
-
MXAggregateType
public MXAggregateType(String id, String uuid, List<DSDataSetPropertyType> composedOf, List<MDMetadataPropertyType> seriesMetadata, List<DSAggregatePropertyType> subset, List<DSAggregatePropertyType> superset, List<CTCataloguePropertyType> aggregateCatalogue, List<MXSupportFilePropertyType> aggregateFile)
Fully-initialising value constructor
-
-
Method Detail
-
getAggregateCatalogue
public List<CTCataloguePropertyType> getAggregateCatalogue()
Gets the value of the aggregateCatalogue 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 aggregateCatalogue property.For example, to add a new item, do as follows:
getAggregateCatalogue().add(newItem);Objects of the following type(s) are allowed in the list
CTCataloguePropertyType
-
isSetAggregateCatalogue
public boolean isSetAggregateCatalogue()
-
unsetAggregateCatalogue
public void unsetAggregateCatalogue()
-
getAggregateFile
public List<MXSupportFilePropertyType> getAggregateFile()
Gets the value of the aggregateFile 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 aggregateFile property.For example, to add a new item, do as follows:
getAggregateFile().add(newItem);Objects of the following type(s) are allowed in the list
MXSupportFilePropertyType
-
isSetAggregateFile
public boolean isSetAggregateFile()
-
unsetAggregateFile
public void unsetAggregateFile()
-
toString
public String toString()
- Overrides:
toStringin classAbstractDSAggregateType
-
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 classAbstractDSAggregateType
-
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 classAbstractDSAggregateType
-
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 classAbstractDSAggregateType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractDSAggregateType
-
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 classAbstractDSAggregateType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractDSAggregateType
-
clone
public Object clone()
- Overrides:
clonein classAbstractDSAggregateType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractDSAggregateType
-
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 classAbstractDSAggregateType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractDSAggregateType
-
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 classAbstractDSAggregateType
-
setAggregateCatalogue
public void setAggregateCatalogue(List<CTCataloguePropertyType> value)
-
setAggregateFile
public void setAggregateFile(List<MXSupportFilePropertyType> value)
-
withAggregateCatalogue
public MXAggregateType withAggregateCatalogue(CTCataloguePropertyType... values)
-
withAggregateCatalogue
public MXAggregateType withAggregateCatalogue(Collection<CTCataloguePropertyType> values)
-
withAggregateFile
public MXAggregateType withAggregateFile(MXSupportFilePropertyType... values)
-
withAggregateFile
public MXAggregateType withAggregateFile(Collection<MXSupportFilePropertyType> values)
-
withAggregateCatalogue
public MXAggregateType withAggregateCatalogue(List<CTCataloguePropertyType> value)
-
withAggregateFile
public MXAggregateType withAggregateFile(List<MXSupportFilePropertyType> value)
-
withComposedOf
public MXAggregateType withComposedOf(DSDataSetPropertyType... values)
- Overrides:
withComposedOfin classAbstractDSAggregateType
-
withComposedOf
public MXAggregateType withComposedOf(Collection<DSDataSetPropertyType> values)
- Overrides:
withComposedOfin classAbstractDSAggregateType
-
withSeriesMetadata
public MXAggregateType withSeriesMetadata(MDMetadataPropertyType... values)
- Overrides:
withSeriesMetadatain classAbstractDSAggregateType
-
withSeriesMetadata
public MXAggregateType withSeriesMetadata(Collection<MDMetadataPropertyType> values)
- Overrides:
withSeriesMetadatain classAbstractDSAggregateType
-
withSubset
public MXAggregateType withSubset(DSAggregatePropertyType... values)
- Overrides:
withSubsetin classAbstractDSAggregateType
-
withSubset
public MXAggregateType withSubset(Collection<DSAggregatePropertyType> values)
- Overrides:
withSubsetin classAbstractDSAggregateType
-
withSuperset
public MXAggregateType withSuperset(DSAggregatePropertyType... values)
- Overrides:
withSupersetin classAbstractDSAggregateType
-
withSuperset
public MXAggregateType withSuperset(Collection<DSAggregatePropertyType> values)
- Overrides:
withSupersetin classAbstractDSAggregateType
-
withComposedOf
public MXAggregateType withComposedOf(List<DSDataSetPropertyType> value)
- Overrides:
withComposedOfin classAbstractDSAggregateType
-
withSeriesMetadata
public MXAggregateType withSeriesMetadata(List<MDMetadataPropertyType> value)
- Overrides:
withSeriesMetadatain classAbstractDSAggregateType
-
withSubset
public MXAggregateType withSubset(List<DSAggregatePropertyType> value)
- Overrides:
withSubsetin classAbstractDSAggregateType
-
withSuperset
public MXAggregateType withSuperset(List<DSAggregatePropertyType> value)
- Overrides:
withSupersetin classAbstractDSAggregateType
-
withId
public MXAggregateType withId(String value)
- Overrides:
withIdin classAbstractDSAggregateType
-
withUuid
public MXAggregateType withUuid(String value)
- Overrides:
withUuidin classAbstractDSAggregateType
-
-