Class MXDataFileType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmx.v_20070417.AbstractMXFileType
-
- net.opengis.iso19139.gmx.v_20070417.MXDataFileType
-
- 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 MXDataFileType extends AbstractMXFileType 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_DataFile_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MX_DataFile_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmx}AbstractMX_File_Type"> <sequence> <element name="featureTypes" type="{http://www.isotc211.org/2005/gco}GenericName_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="fileFormat" type="{http://www.isotc211.org/2005/gmd}MD_Format_PropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<GenericNamePropertyType>featureTypesprotected MDFormatPropertyTypefileFormat-
Fields inherited from class net.opengis.iso19139.gmx.v_20070417.AbstractMXFileType
fileDescription, fileName, fileType
-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MXDataFileType()Default no-arg constructorMXDataFileType(String id, String uuid, FileNamePropertyType fileName, CharacterStringPropertyType fileDescription, MimeFileTypePropertyType fileType, List<GenericNamePropertyType> featureTypes, MDFormatPropertyType fileFormat)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)List<GenericNamePropertyType>getFeatureTypes()Gets the value of the featureTypes property.MDFormatPropertyTypegetFileFormat()Gets the value of the fileFormat property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetFeatureTypes()booleanisSetFileFormat()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetFeatureTypes(List<GenericNamePropertyType> value)voidsetFileFormat(MDFormatPropertyType value)Sets the value of the fileFormat property.StringtoString()voidunsetFeatureTypes()MXDataFileTypewithFeatureTypes(Collection<GenericNamePropertyType> values)MXDataFileTypewithFeatureTypes(List<GenericNamePropertyType> value)MXDataFileTypewithFeatureTypes(GenericNamePropertyType... values)MXDataFileTypewithFileDescription(CharacterStringPropertyType value)MXDataFileTypewithFileFormat(MDFormatPropertyType value)MXDataFileTypewithFileName(FileNamePropertyType value)MXDataFileTypewithFileType(MimeFileTypePropertyType value)MXDataFileTypewithId(String value)MXDataFileTypewithUuid(String value)-
Methods inherited from class net.opengis.iso19139.gmx.v_20070417.AbstractMXFileType
getFileDescription, getFileName, getFileType, isSetFileDescription, isSetFileName, isSetFileType, setFileDescription, setFileName, setFileType
-
-
-
-
Field Detail
-
featureTypes
protected List<GenericNamePropertyType> featureTypes
-
fileFormat
protected MDFormatPropertyType fileFormat
-
-
Constructor Detail
-
MXDataFileType
public MXDataFileType()
Default no-arg constructor
-
MXDataFileType
public MXDataFileType(String id, String uuid, FileNamePropertyType fileName, CharacterStringPropertyType fileDescription, MimeFileTypePropertyType fileType, List<GenericNamePropertyType> featureTypes, MDFormatPropertyType fileFormat)
Fully-initialising value constructor
-
-
Method Detail
-
getFeatureTypes
public List<GenericNamePropertyType> getFeatureTypes()
Gets the value of the featureTypes 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 featureTypes property.For example, to add a new item, do as follows:
getFeatureTypes().add(newItem);Objects of the following type(s) are allowed in the list
GenericNamePropertyType
-
isSetFeatureTypes
public boolean isSetFeatureTypes()
-
unsetFeatureTypes
public void unsetFeatureTypes()
-
getFileFormat
public MDFormatPropertyType getFileFormat()
Gets the value of the fileFormat property.- Returns:
- possible object is
MDFormatPropertyType
-
setFileFormat
public void setFileFormat(MDFormatPropertyType value)
Sets the value of the fileFormat property.- Parameters:
value- allowed object isMDFormatPropertyType
-
isSetFileFormat
public boolean isSetFileFormat()
-
toString
public String toString()
- Overrides:
toStringin classAbstractMXFileType
-
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 classAbstractMXFileType
-
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 classAbstractMXFileType
-
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 classAbstractMXFileType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractMXFileType
-
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 classAbstractMXFileType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractMXFileType
-
clone
public Object clone()
- Overrides:
clonein classAbstractMXFileType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractMXFileType
-
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 classAbstractMXFileType
-
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 classAbstractMXFileType
-
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 classAbstractMXFileType
-
setFeatureTypes
public void setFeatureTypes(List<GenericNamePropertyType> value)
-
withFeatureTypes
public MXDataFileType withFeatureTypes(GenericNamePropertyType... values)
-
withFeatureTypes
public MXDataFileType withFeatureTypes(Collection<GenericNamePropertyType> values)
-
withFileFormat
public MXDataFileType withFileFormat(MDFormatPropertyType value)
-
withFeatureTypes
public MXDataFileType withFeatureTypes(List<GenericNamePropertyType> value)
-
withFileName
public MXDataFileType withFileName(FileNamePropertyType value)
- Overrides:
withFileNamein classAbstractMXFileType
-
withFileDescription
public MXDataFileType withFileDescription(CharacterStringPropertyType value)
- Overrides:
withFileDescriptionin classAbstractMXFileType
-
withFileType
public MXDataFileType withFileType(MimeFileTypePropertyType value)
- Overrides:
withFileTypein classAbstractMXFileType
-
withId
public MXDataFileType withId(String value)
- Overrides:
withIdin classAbstractMXFileType
-
withUuid
public MXDataFileType withUuid(String value)
- Overrides:
withUuidin classAbstractMXFileType
-
-