Class MXDataSetType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.DSDataSetType
-
- net.opengis.iso19139.gmx.v_20070417.MXDataSetType
-
- 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 MXDataSetType extends DSDataSetType 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_DataSet_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MX_DataSet_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmd}DS_DataSet_Type"> <sequence> <element name="dataFile" type="{http://www.isotc211.org/2005/gmx}MX_DataFile_PropertyType" maxOccurs="unbounded"/> <element name="datasetCatalogue" type="{http://www.isotc211.org/2005/gmx}CT_Catalogue_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="supportFile" 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<MXDataFilePropertyType>dataFileprotected List<CTCataloguePropertyType>datasetCatalogueprotected List<MXSupportFilePropertyType>supportFile-
Fields inherited from class net.opengis.iso19139.gmd.v_20070417.DSDataSetType
has, partOf
-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MXDataSetType()Default no-arg constructorMXDataSetType(String id, String uuid, List<MDMetadataPropertyType> has, List<DSAggregatePropertyType> partOf, List<MXDataFilePropertyType> dataFile, List<CTCataloguePropertyType> datasetCatalogue, List<MXSupportFilePropertyType> supportFile)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.iso19139.gmd.v_20070417.DSDataSetType
getHas, getPartOf, isSetHas, isSetPartOf, setHas, setPartOf, unsetHas, unsetPartOf
-
-
-
-
Field Detail
-
dataFile
protected List<MXDataFilePropertyType> dataFile
-
datasetCatalogue
protected List<CTCataloguePropertyType> datasetCatalogue
-
supportFile
protected List<MXSupportFilePropertyType> supportFile
-
-
Constructor Detail
-
MXDataSetType
public MXDataSetType()
Default no-arg constructor
-
MXDataSetType
public MXDataSetType(String id, String uuid, List<MDMetadataPropertyType> has, List<DSAggregatePropertyType> partOf, List<MXDataFilePropertyType> dataFile, List<CTCataloguePropertyType> datasetCatalogue, List<MXSupportFilePropertyType> supportFile)
Fully-initialising value constructor
-
-
Method Detail
-
getDataFile
public List<MXDataFilePropertyType> getDataFile()
Gets the value of the dataFile 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 dataFile property.For example, to add a new item, do as follows:
getDataFile().add(newItem);Objects of the following type(s) are allowed in the list
MXDataFilePropertyType
-
isSetDataFile
public boolean isSetDataFile()
-
unsetDataFile
public void unsetDataFile()
-
getDatasetCatalogue
public List<CTCataloguePropertyType> getDatasetCatalogue()
Gets the value of the datasetCatalogue 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 datasetCatalogue property.For example, to add a new item, do as follows:
getDatasetCatalogue().add(newItem);Objects of the following type(s) are allowed in the list
CTCataloguePropertyType
-
isSetDatasetCatalogue
public boolean isSetDatasetCatalogue()
-
unsetDatasetCatalogue
public void unsetDatasetCatalogue()
-
getSupportFile
public List<MXSupportFilePropertyType> getSupportFile()
Gets the value of the supportFile 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 supportFile property.For example, to add a new item, do as follows:
getSupportFile().add(newItem);Objects of the following type(s) are allowed in the list
MXSupportFilePropertyType
-
isSetSupportFile
public boolean isSetSupportFile()
-
unsetSupportFile
public void unsetSupportFile()
-
toString
public String toString()
- Overrides:
toStringin classDSDataSetType
-
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 classDSDataSetType
-
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 classDSDataSetType
-
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 classDSDataSetType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classDSDataSetType
-
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 classDSDataSetType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDSDataSetType
-
clone
public Object clone()
- Overrides:
clonein classDSDataSetType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classDSDataSetType
-
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 classDSDataSetType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classDSDataSetType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classDSDataSetType
-
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 classDSDataSetType
-
setDataFile
public void setDataFile(List<MXDataFilePropertyType> value)
-
setDatasetCatalogue
public void setDatasetCatalogue(List<CTCataloguePropertyType> value)
-
setSupportFile
public void setSupportFile(List<MXSupportFilePropertyType> value)
-
withDataFile
public MXDataSetType withDataFile(MXDataFilePropertyType... values)
-
withDataFile
public MXDataSetType withDataFile(Collection<MXDataFilePropertyType> values)
-
withDatasetCatalogue
public MXDataSetType withDatasetCatalogue(CTCataloguePropertyType... values)
-
withDatasetCatalogue
public MXDataSetType withDatasetCatalogue(Collection<CTCataloguePropertyType> values)
-
withSupportFile
public MXDataSetType withSupportFile(MXSupportFilePropertyType... values)
-
withSupportFile
public MXDataSetType withSupportFile(Collection<MXSupportFilePropertyType> values)
-
withDataFile
public MXDataSetType withDataFile(List<MXDataFilePropertyType> value)
-
withDatasetCatalogue
public MXDataSetType withDatasetCatalogue(List<CTCataloguePropertyType> value)
-
withSupportFile
public MXDataSetType withSupportFile(List<MXSupportFilePropertyType> value)
-
withHas
public MXDataSetType withHas(MDMetadataPropertyType... values)
- Overrides:
withHasin classDSDataSetType
-
withHas
public MXDataSetType withHas(Collection<MDMetadataPropertyType> values)
- Overrides:
withHasin classDSDataSetType
-
withPartOf
public MXDataSetType withPartOf(DSAggregatePropertyType... values)
- Overrides:
withPartOfin classDSDataSetType
-
withPartOf
public MXDataSetType withPartOf(Collection<DSAggregatePropertyType> values)
- Overrides:
withPartOfin classDSDataSetType
-
withHas
public MXDataSetType withHas(List<MDMetadataPropertyType> value)
- Overrides:
withHasin classDSDataSetType
-
withPartOf
public MXDataSetType withPartOf(List<DSAggregatePropertyType> value)
- Overrides:
withPartOfin classDSDataSetType
-
withId
public MXDataSetType withId(String value)
- Overrides:
withIdin classDSDataSetType
-
withUuid
public MXDataSetType withUuid(String value)
- Overrides:
withUuidin classDSDataSetType
-
-