Class AbstractMXFileType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmx.v_20070417.AbstractMXFileType
-
- 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
- Direct Known Subclasses:
MXDataFileType,MXSupportFileType
public abstract class AbstractMXFileType extends AbstractObjectType 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 AbstractMX_File_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractMX_File_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="fileName" type="{http://www.isotc211.org/2005/gmx}FileName_PropertyType"/> <element name="fileDescription" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/> <element name="fileType" type="{http://www.isotc211.org/2005/gmx}MimeFileType_PropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypefileDescriptionprotected FileNamePropertyTypefileNameprotected MimeFileTypePropertyTypefileType-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description AbstractMXFileType()Default no-arg constructorAbstractMXFileType(String id, String uuid, FileNamePropertyType fileName, CharacterStringPropertyType fileDescription, MimeFileTypePropertyType fileType)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)booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)CharacterStringPropertyTypegetFileDescription()Gets the value of the fileDescription property.FileNamePropertyTypegetFileName()Gets the value of the fileName property.MimeFileTypePropertyTypegetFileType()Gets the value of the fileType property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetFileDescription()booleanisSetFileName()booleanisSetFileType()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)voidsetFileDescription(CharacterStringPropertyType value)Sets the value of the fileDescription property.voidsetFileName(FileNamePropertyType value)Sets the value of the fileName property.voidsetFileType(MimeFileTypePropertyType value)Sets the value of the fileType property.StringtoString()AbstractMXFileTypewithFileDescription(CharacterStringPropertyType value)AbstractMXFileTypewithFileName(FileNamePropertyType value)AbstractMXFileTypewithFileType(MimeFileTypePropertyType value)AbstractMXFileTypewithId(String value)AbstractMXFileTypewithUuid(String value)-
Methods inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid
-
-
-
-
Field Detail
-
fileName
protected FileNamePropertyType fileName
-
fileDescription
protected CharacterStringPropertyType fileDescription
-
fileType
protected MimeFileTypePropertyType fileType
-
-
Constructor Detail
-
AbstractMXFileType
public AbstractMXFileType()
Default no-arg constructor
-
AbstractMXFileType
public AbstractMXFileType(String id, String uuid, FileNamePropertyType fileName, CharacterStringPropertyType fileDescription, MimeFileTypePropertyType fileType)
Fully-initialising value constructor
-
-
Method Detail
-
getFileName
public FileNamePropertyType getFileName()
Gets the value of the fileName property.- Returns:
- possible object is
FileNamePropertyType
-
setFileName
public void setFileName(FileNamePropertyType value)
Sets the value of the fileName property.- Parameters:
value- allowed object isFileNamePropertyType
-
isSetFileName
public boolean isSetFileName()
-
getFileDescription
public CharacterStringPropertyType getFileDescription()
Gets the value of the fileDescription property.- Returns:
- possible object is
CharacterStringPropertyType
-
setFileDescription
public void setFileDescription(CharacterStringPropertyType value)
Sets the value of the fileDescription property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetFileDescription
public boolean isSetFileDescription()
-
getFileType
public MimeFileTypePropertyType getFileType()
Gets the value of the fileType property.- Returns:
- possible object is
MimeFileTypePropertyType
-
setFileType
public void setFileType(MimeFileTypePropertyType value)
Sets the value of the fileType property.- Parameters:
value- allowed object isMimeFileTypePropertyType
-
isSetFileType
public boolean isSetFileType()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObjectType
-
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 classAbstractObjectType
-
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 classAbstractObjectType
-
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 classAbstractObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractObjectType
-
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 classAbstractObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
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 classAbstractObjectType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
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 classAbstractObjectType
-
withFileName
public AbstractMXFileType withFileName(FileNamePropertyType value)
-
withFileDescription
public AbstractMXFileType withFileDescription(CharacterStringPropertyType value)
-
withFileType
public AbstractMXFileType withFileType(MimeFileTypePropertyType value)
-
withId
public AbstractMXFileType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public AbstractMXFileType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-