net.opengis.iso19139.gmx.v_20060504
Class MXDataSetType

java.lang.Object
  extended by net.opengis.iso19139.gco.v_20060504.AbstractObjectType
      extended by net.opengis.iso19139.gmd.v_20060504.DSDataSetType
          extended by net.opengis.iso19139.gmx.v_20060504.MXDataSetType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class MXDataSetType
extends DSDataSetType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.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
protected  List<MXDataFilePropertyType> dataFile
           
protected  List<CTCataloguePropertyType> datasetCatalogue
           
protected  List<MXSupportFilePropertyType> supportFile
           
 
Fields inherited from class net.opengis.iso19139.gmd.v_20060504.DSDataSetType
has, partOf
 
Fields inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType
id, uuid
 
Constructor Summary
MXDataSetType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy)
           
 List<MXDataFilePropertyType> getDataFile()
          Gets the value of the dataFile property.
 List<CTCataloguePropertyType> getDatasetCatalogue()
          Gets the value of the datasetCatalogue property.
 List<MXSupportFilePropertyType> getSupportFile()
          Gets the value of the supportFile property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 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.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setDataFile(List<MXDataFilePropertyType> value)
           
 void setDatasetCatalogue(List<CTCataloguePropertyType> value)
           
 void setSupportFile(List<MXSupportFilePropertyType> value)
           
 String toString()
           
 MXDataSetType withDataFile(Collection<MXDataFilePropertyType> values)
           
 MXDataSetType withDataFile(List<MXDataFilePropertyType> value)
           
 MXDataSetType withDataFile(MXDataFilePropertyType... values)
           
 MXDataSetType withDatasetCatalogue(Collection<CTCataloguePropertyType> values)
           
 MXDataSetType withDatasetCatalogue(CTCataloguePropertyType... values)
           
 MXDataSetType withDatasetCatalogue(List<CTCataloguePropertyType> value)
           
 MXDataSetType withHas(Collection<MDMetadataPropertyType> values)
           
 MXDataSetType withHas(List<MDMetadataPropertyType> value)
           
 MXDataSetType withHas(MDMetadataPropertyType... values)
           
 MXDataSetType withId(String value)
           
 MXDataSetType withPartOf(Collection<DSAggregatePropertyType> values)
           
 MXDataSetType withPartOf(DSAggregatePropertyType... values)
           
 MXDataSetType withPartOf(List<DSAggregatePropertyType> value)
           
 MXDataSetType withSupportFile(Collection<MXSupportFilePropertyType> values)
           
 MXDataSetType withSupportFile(List<MXSupportFilePropertyType> value)
           
 MXDataSetType withSupportFile(MXSupportFilePropertyType... values)
           
 MXDataSetType withUuid(String value)
           
 
Methods inherited from class net.opengis.iso19139.gmd.v_20060504.DSDataSetType
getHas, getPartOf, setHas, setPartOf
 
Methods inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType
getId, getUuid, setId, setUuid
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

dataFile

protected List<MXDataFilePropertyType> dataFile

datasetCatalogue

protected List<CTCataloguePropertyType> datasetCatalogue

supportFile

protected List<MXSupportFilePropertyType> supportFile
Constructor Detail

MXDataSetType

public MXDataSetType()
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 JAXB object. This is why there is not a set method 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


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 JAXB object. This is why there is not a set method 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


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 JAXB object. This is why there is not a set method 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


toString

public String toString()
Overrides:
toString in class DSDataSetType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class DSDataSetType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class DSDataSetType

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.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class DSDataSetType

equals

public boolean equals(Object object)
Overrides:
equals in class DSDataSetType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class DSDataSetType

hashCode

public int hashCode()
Overrides:
hashCode in class DSDataSetType

clone

public Object clone()
Overrides:
clone in class DSDataSetType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class DSDataSetType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class DSDataSetType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
createNewInstance in class DSDataSetType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class DSDataSetType

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.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class DSDataSetType

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:
withHas in class DSDataSetType

withHas

public MXDataSetType withHas(Collection<MDMetadataPropertyType> values)
Overrides:
withHas in class DSDataSetType

withPartOf

public MXDataSetType withPartOf(DSAggregatePropertyType... values)
Overrides:
withPartOf in class DSDataSetType

withPartOf

public MXDataSetType withPartOf(Collection<DSAggregatePropertyType> values)
Overrides:
withPartOf in class DSDataSetType

withHas

public MXDataSetType withHas(List<MDMetadataPropertyType> value)
Overrides:
withHas in class DSDataSetType

withPartOf

public MXDataSetType withPartOf(List<DSAggregatePropertyType> value)
Overrides:
withPartOf in class DSDataSetType

withId

public MXDataSetType withId(String value)
Overrides:
withId in class DSDataSetType

withUuid

public MXDataSetType withUuid(String value)
Overrides:
withUuid in class DSDataSetType


Copyright © 2008-2015. All Rights Reserved.