net.opengis.iso19139.gmx.v_20060504
Class MXAggregateType
java.lang.Object
net.opengis.iso19139.gco.v_20060504.AbstractObjectType
net.opengis.iso19139.gmd.v_20060504.AbstractDSAggregateType
net.opengis.iso19139.gmx.v_20060504.MXAggregateType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
public class MXAggregateType
- extends AbstractDSAggregateType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
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>
|
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)
|
List<CTCataloguePropertyType> |
getAggregateCatalogue()
Gets the value of the aggregateCatalogue property. |
List<MXSupportFilePropertyType> |
getAggregateFile()
Gets the value of the aggregateFile property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetAggregateCatalogue()
|
boolean |
isSetAggregateFile()
|
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 |
setAggregateCatalogue(List<CTCataloguePropertyType> value)
|
void |
setAggregateFile(List<MXSupportFilePropertyType> value)
|
String |
toString()
|
void |
unsetAggregateCatalogue()
|
void |
unsetAggregateFile()
|
MXAggregateType |
withAggregateCatalogue(Collection<CTCataloguePropertyType> values)
|
MXAggregateType |
withAggregateCatalogue(CTCataloguePropertyType... values)
|
MXAggregateType |
withAggregateCatalogue(List<CTCataloguePropertyType> value)
|
MXAggregateType |
withAggregateFile(Collection<MXSupportFilePropertyType> values)
|
MXAggregateType |
withAggregateFile(List<MXSupportFilePropertyType> value)
|
MXAggregateType |
withAggregateFile(MXSupportFilePropertyType... values)
|
MXAggregateType |
withComposedOf(Collection<DSDataSetPropertyType> values)
|
MXAggregateType |
withComposedOf(DSDataSetPropertyType... values)
|
MXAggregateType |
withComposedOf(List<DSDataSetPropertyType> value)
|
MXAggregateType |
withId(String value)
|
MXAggregateType |
withSeriesMetadata(Collection<MDMetadataPropertyType> values)
|
MXAggregateType |
withSeriesMetadata(List<MDMetadataPropertyType> value)
|
MXAggregateType |
withSeriesMetadata(MDMetadataPropertyType... values)
|
MXAggregateType |
withSubset(Collection<DSAggregatePropertyType> values)
|
MXAggregateType |
withSubset(DSAggregatePropertyType... values)
|
MXAggregateType |
withSubset(List<DSAggregatePropertyType> value)
|
MXAggregateType |
withSuperset(Collection<DSAggregatePropertyType> values)
|
MXAggregateType |
withSuperset(DSAggregatePropertyType... values)
|
MXAggregateType |
withSuperset(List<DSAggregatePropertyType> value)
|
MXAggregateType |
withUuid(String value)
|
| Methods inherited from class net.opengis.iso19139.gmd.v_20060504.AbstractDSAggregateType |
getComposedOf, getSeriesMetadata, getSubset, getSuperset, isSetComposedOf, isSetSeriesMetadata, isSetSubset, isSetSuperset, setComposedOf, setSeriesMetadata, setSubset, setSuperset, unsetComposedOf, unsetSeriesMetadata, unsetSubset, unsetSuperset |
aggregateCatalogue
protected List<CTCataloguePropertyType> aggregateCatalogue
aggregateFile
protected List<MXSupportFilePropertyType> aggregateFile
MXAggregateType
public MXAggregateType()
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 JAXB object.
This is why there is not a set method 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 JAXB object.
This is why there is not a set method 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:
toString in class AbstractDSAggregateType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
append in class AbstractDSAggregateType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFields in class AbstractDSAggregateType
equals
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)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equals in class AbstractDSAggregateType
equals
public boolean equals(Object object)
- Overrides:
equals in class AbstractDSAggregateType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCode in class AbstractDSAggregateType
hashCode
public int hashCode()
- Overrides:
hashCode in class AbstractDSAggregateType
clone
public Object clone()
- Overrides:
clone in class AbstractDSAggregateType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class AbstractDSAggregateType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class AbstractDSAggregateType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class AbstractDSAggregateType
mergeFrom
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)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class AbstractDSAggregateType
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:
withComposedOf in class AbstractDSAggregateType
withComposedOf
public MXAggregateType withComposedOf(Collection<DSDataSetPropertyType> values)
- Overrides:
withComposedOf in class AbstractDSAggregateType
withSeriesMetadata
public MXAggregateType withSeriesMetadata(MDMetadataPropertyType... values)
- Overrides:
withSeriesMetadata in class AbstractDSAggregateType
withSeriesMetadata
public MXAggregateType withSeriesMetadata(Collection<MDMetadataPropertyType> values)
- Overrides:
withSeriesMetadata in class AbstractDSAggregateType
withSubset
public MXAggregateType withSubset(DSAggregatePropertyType... values)
- Overrides:
withSubset in class AbstractDSAggregateType
withSubset
public MXAggregateType withSubset(Collection<DSAggregatePropertyType> values)
- Overrides:
withSubset in class AbstractDSAggregateType
withSuperset
public MXAggregateType withSuperset(DSAggregatePropertyType... values)
- Overrides:
withSuperset in class AbstractDSAggregateType
withSuperset
public MXAggregateType withSuperset(Collection<DSAggregatePropertyType> values)
- Overrides:
withSuperset in class AbstractDSAggregateType
withComposedOf
public MXAggregateType withComposedOf(List<DSDataSetPropertyType> value)
- Overrides:
withComposedOf in class AbstractDSAggregateType
withSeriesMetadata
public MXAggregateType withSeriesMetadata(List<MDMetadataPropertyType> value)
- Overrides:
withSeriesMetadata in class AbstractDSAggregateType
withSubset
public MXAggregateType withSubset(List<DSAggregatePropertyType> value)
- Overrides:
withSubset in class AbstractDSAggregateType
withSuperset
public MXAggregateType withSuperset(List<DSAggregatePropertyType> value)
- Overrides:
withSuperset in class AbstractDSAggregateType
withId
public MXAggregateType withId(String value)
- Overrides:
withId in class AbstractDSAggregateType
withUuid
public MXAggregateType withUuid(String value)
- Overrides:
withUuid in class AbstractDSAggregateType
Copyright © 2008-2016. All Rights Reserved.