Class MDFormatType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDFormatType
-
- 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 MDFormatType 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
Description of the form of the data to be distributedJava class for MD_Format_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_Format_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="name" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/> <element name="version" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/> <element name="amendmentNumber" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="specification" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="fileDecompressionTechnique" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="formatDistributor" type="{http://www.isotc211.org/2005/gmd}MD_Distributor_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypeamendmentNumberprotected CharacterStringPropertyTypefileDecompressionTechniqueprotected List<MDDistributorPropertyType>formatDistributorprotected CharacterStringPropertyTypenameprotected CharacterStringPropertyTypespecificationprotected CharacterStringPropertyTypeversion-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDFormatType()Default no-arg constructorMDFormatType(String id, String uuid, CharacterStringPropertyType name, CharacterStringPropertyType version, CharacterStringPropertyType amendmentNumber, CharacterStringPropertyType specification, CharacterStringPropertyType fileDecompressionTechnique, List<MDDistributorPropertyType> formatDistributor)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)CharacterStringPropertyTypegetAmendmentNumber()Gets the value of the amendmentNumber property.CharacterStringPropertyTypegetFileDecompressionTechnique()Gets the value of the fileDecompressionTechnique property.List<MDDistributorPropertyType>getFormatDistributor()Gets the value of the formatDistributor property.CharacterStringPropertyTypegetName()Gets the value of the name property.CharacterStringPropertyTypegetSpecification()Gets the value of the specification property.CharacterStringPropertyTypegetVersion()Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetAmendmentNumber()booleanisSetFileDecompressionTechnique()booleanisSetFormatDistributor()booleanisSetName()booleanisSetSpecification()booleanisSetVersion()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)voidsetAmendmentNumber(CharacterStringPropertyType value)Sets the value of the amendmentNumber property.voidsetFileDecompressionTechnique(CharacterStringPropertyType value)Sets the value of the fileDecompressionTechnique property.voidsetFormatDistributor(List<MDDistributorPropertyType> value)voidsetName(CharacterStringPropertyType value)Sets the value of the name property.voidsetSpecification(CharacterStringPropertyType value)Sets the value of the specification property.voidsetVersion(CharacterStringPropertyType value)Sets the value of the version property.StringtoString()voidunsetFormatDistributor()MDFormatTypewithAmendmentNumber(CharacterStringPropertyType value)MDFormatTypewithFileDecompressionTechnique(CharacterStringPropertyType value)MDFormatTypewithFormatDistributor(Collection<MDDistributorPropertyType> values)MDFormatTypewithFormatDistributor(List<MDDistributorPropertyType> value)MDFormatTypewithFormatDistributor(MDDistributorPropertyType... values)MDFormatTypewithId(String value)MDFormatTypewithName(CharacterStringPropertyType value)MDFormatTypewithSpecification(CharacterStringPropertyType value)MDFormatTypewithUuid(String value)MDFormatTypewithVersion(CharacterStringPropertyType value)
-
-
-
Field Detail
-
name
protected CharacterStringPropertyType name
-
version
protected CharacterStringPropertyType version
-
amendmentNumber
protected CharacterStringPropertyType amendmentNumber
-
specification
protected CharacterStringPropertyType specification
-
fileDecompressionTechnique
protected CharacterStringPropertyType fileDecompressionTechnique
-
formatDistributor
protected List<MDDistributorPropertyType> formatDistributor
-
-
Constructor Detail
-
MDFormatType
public MDFormatType()
Default no-arg constructor
-
MDFormatType
public MDFormatType(String id, String uuid, CharacterStringPropertyType name, CharacterStringPropertyType version, CharacterStringPropertyType amendmentNumber, CharacterStringPropertyType specification, CharacterStringPropertyType fileDecompressionTechnique, List<MDDistributorPropertyType> formatDistributor)
Fully-initialising value constructor
-
-
Method Detail
-
getName
public CharacterStringPropertyType getName()
Gets the value of the name property.- Returns:
- possible object is
CharacterStringPropertyType
-
setName
public void setName(CharacterStringPropertyType value)
Sets the value of the name property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetName
public boolean isSetName()
-
getVersion
public CharacterStringPropertyType getVersion()
Gets the value of the version property.- Returns:
- possible object is
CharacterStringPropertyType
-
setVersion
public void setVersion(CharacterStringPropertyType value)
Sets the value of the version property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetVersion
public boolean isSetVersion()
-
getAmendmentNumber
public CharacterStringPropertyType getAmendmentNumber()
Gets the value of the amendmentNumber property.- Returns:
- possible object is
CharacterStringPropertyType
-
setAmendmentNumber
public void setAmendmentNumber(CharacterStringPropertyType value)
Sets the value of the amendmentNumber property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetAmendmentNumber
public boolean isSetAmendmentNumber()
-
getSpecification
public CharacterStringPropertyType getSpecification()
Gets the value of the specification property.- Returns:
- possible object is
CharacterStringPropertyType
-
setSpecification
public void setSpecification(CharacterStringPropertyType value)
Sets the value of the specification property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetSpecification
public boolean isSetSpecification()
-
getFileDecompressionTechnique
public CharacterStringPropertyType getFileDecompressionTechnique()
Gets the value of the fileDecompressionTechnique property.- Returns:
- possible object is
CharacterStringPropertyType
-
setFileDecompressionTechnique
public void setFileDecompressionTechnique(CharacterStringPropertyType value)
Sets the value of the fileDecompressionTechnique property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetFileDecompressionTechnique
public boolean isSetFileDecompressionTechnique()
-
getFormatDistributor
public List<MDDistributorPropertyType> getFormatDistributor()
Gets the value of the formatDistributor 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 formatDistributor property.For example, to add a new item, do as follows:
getFormatDistributor().add(newItem);Objects of the following type(s) are allowed in the list
MDDistributorPropertyType
-
isSetFormatDistributor
public boolean isSetFormatDistributor()
-
unsetFormatDistributor
public void unsetFormatDistributor()
-
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
-
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 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
-
setFormatDistributor
public void setFormatDistributor(List<MDDistributorPropertyType> value)
-
withName
public MDFormatType withName(CharacterStringPropertyType value)
-
withVersion
public MDFormatType withVersion(CharacterStringPropertyType value)
-
withAmendmentNumber
public MDFormatType withAmendmentNumber(CharacterStringPropertyType value)
-
withSpecification
public MDFormatType withSpecification(CharacterStringPropertyType value)
-
withFileDecompressionTechnique
public MDFormatType withFileDecompressionTechnique(CharacterStringPropertyType value)
-
withFormatDistributor
public MDFormatType withFormatDistributor(MDDistributorPropertyType... values)
-
withFormatDistributor
public MDFormatType withFormatDistributor(Collection<MDDistributorPropertyType> values)
-
withFormatDistributor
public MDFormatType withFormatDistributor(List<MDDistributorPropertyType> value)
-
withId
public MDFormatType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public MDFormatType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-