|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.iso19139.gco.v_20070417.AbstractObjectType
net.opengis.iso19139.gmd.v_20070417.DSDataSetType
net.opengis.iso19139.gmx.v_20070417.MXDataSetType
public class MXDataSetType
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_20070417.DSDataSetType |
|---|
has, partOf |
| Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
id, uuid |
| Constructor Summary | |
|---|---|
MXDataSetType()
|
|
| Methods inherited from class net.opengis.iso19139.gmd.v_20070417.DSDataSetType |
|---|
getHas, getPartOf, isSetHas, isSetPartOf, setHas, setPartOf, unsetHas, unsetPartOf |
| Methods inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
getId, getUuid, isSetId, isSetUuid, setId, setUuid |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<MXDataFilePropertyType> dataFile
protected List<CTCataloguePropertyType> datasetCatalogue
protected List<MXSupportFilePropertyType> supportFile
| Constructor Detail |
|---|
public MXDataSetType()
| Method Detail |
|---|
public List<MXDataFilePropertyType> getDataFile()
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
public boolean isSetDataFile()
public void unsetDataFile()
public List<CTCataloguePropertyType> getDatasetCatalogue()
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
public boolean isSetDatasetCatalogue()
public void unsetDatasetCatalogue()
public List<MXSupportFilePropertyType> getSupportFile()
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
public boolean isSetSupportFile()
public void unsetSupportFile()
public String toString()
toString in class DSDataSetType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class DSDataSetType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class DSDataSetType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class DSDataSetTypepublic boolean equals(Object object)
equals in class DSDataSetType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class DSDataSetTypepublic int hashCode()
hashCode in class DSDataSetTypepublic Object clone()
clone in class DSDataSetTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class DSDataSetType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class DSDataSetTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class DSDataSetType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class DSDataSetType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class DSDataSetTypepublic void setDataFile(List<MXDataFilePropertyType> value)
public void setDatasetCatalogue(List<CTCataloguePropertyType> value)
public void setSupportFile(List<MXSupportFilePropertyType> value)
public MXDataSetType withDataFile(MXDataFilePropertyType... values)
public MXDataSetType withDataFile(Collection<MXDataFilePropertyType> values)
public MXDataSetType withDatasetCatalogue(CTCataloguePropertyType... values)
public MXDataSetType withDatasetCatalogue(Collection<CTCataloguePropertyType> values)
public MXDataSetType withSupportFile(MXSupportFilePropertyType... values)
public MXDataSetType withSupportFile(Collection<MXSupportFilePropertyType> values)
public MXDataSetType withDataFile(List<MXDataFilePropertyType> value)
public MXDataSetType withDatasetCatalogue(List<CTCataloguePropertyType> value)
public MXDataSetType withSupportFile(List<MXSupportFilePropertyType> value)
public MXDataSetType withHas(MDMetadataPropertyType... values)
withHas in class DSDataSetTypepublic MXDataSetType withHas(Collection<MDMetadataPropertyType> values)
withHas in class DSDataSetTypepublic MXDataSetType withPartOf(DSAggregatePropertyType... values)
withPartOf in class DSDataSetTypepublic MXDataSetType withPartOf(Collection<DSAggregatePropertyType> values)
withPartOf in class DSDataSetTypepublic MXDataSetType withHas(List<MDMetadataPropertyType> value)
withHas in class DSDataSetTypepublic MXDataSetType withPartOf(List<DSAggregatePropertyType> value)
withPartOf in class DSDataSetTypepublic MXDataSetType withId(String value)
withId in class DSDataSetTypepublic MXDataSetType withUuid(String value)
withUuid in class DSDataSetType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||