Class MDDimensionType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDDimensionType
-
- 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 MDDimensionType 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 MD_Dimension_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_Dimension_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="dimensionName" type="{http://www.isotc211.org/2005/gmd}MD_DimensionNameTypeCode_PropertyType"/> <element name="dimensionSize" type="{http://www.isotc211.org/2005/gco}Integer_PropertyType"/> <element name="resolution" type="{http://www.isotc211.org/2005/gco}Measure_PropertyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MDDimensionNameTypeCodePropertyTypedimensionNameprotected IntegerPropertyTypedimensionSizeprotected MeasurePropertyTyperesolution-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDDimensionType()Default no-arg constructorMDDimensionType(String id, String uuid, MDDimensionNameTypeCodePropertyType dimensionName, IntegerPropertyType dimensionSize, MeasurePropertyType resolution)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)MDDimensionNameTypeCodePropertyTypegetDimensionName()Gets the value of the dimensionName property.IntegerPropertyTypegetDimensionSize()Gets the value of the dimensionSize property.MeasurePropertyTypegetResolution()Gets the value of the resolution property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetDimensionName()booleanisSetDimensionSize()booleanisSetResolution()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)voidsetDimensionName(MDDimensionNameTypeCodePropertyType value)Sets the value of the dimensionName property.voidsetDimensionSize(IntegerPropertyType value)Sets the value of the dimensionSize property.voidsetResolution(MeasurePropertyType value)Sets the value of the resolution property.StringtoString()MDDimensionTypewithDimensionName(MDDimensionNameTypeCodePropertyType value)MDDimensionTypewithDimensionSize(IntegerPropertyType value)MDDimensionTypewithId(String value)MDDimensionTypewithResolution(MeasurePropertyType value)MDDimensionTypewithUuid(String value)
-
-
-
Field Detail
-
dimensionName
protected MDDimensionNameTypeCodePropertyType dimensionName
-
dimensionSize
protected IntegerPropertyType dimensionSize
-
resolution
protected MeasurePropertyType resolution
-
-
Constructor Detail
-
MDDimensionType
public MDDimensionType()
Default no-arg constructor
-
MDDimensionType
public MDDimensionType(String id, String uuid, MDDimensionNameTypeCodePropertyType dimensionName, IntegerPropertyType dimensionSize, MeasurePropertyType resolution)
Fully-initialising value constructor
-
-
Method Detail
-
getDimensionName
public MDDimensionNameTypeCodePropertyType getDimensionName()
Gets the value of the dimensionName property.- Returns:
- possible object is
MDDimensionNameTypeCodePropertyType
-
setDimensionName
public void setDimensionName(MDDimensionNameTypeCodePropertyType value)
Sets the value of the dimensionName property.- Parameters:
value- allowed object isMDDimensionNameTypeCodePropertyType
-
isSetDimensionName
public boolean isSetDimensionName()
-
getDimensionSize
public IntegerPropertyType getDimensionSize()
Gets the value of the dimensionSize property.- Returns:
- possible object is
IntegerPropertyType
-
setDimensionSize
public void setDimensionSize(IntegerPropertyType value)
Sets the value of the dimensionSize property.- Parameters:
value- allowed object isIntegerPropertyType
-
isSetDimensionSize
public boolean isSetDimensionSize()
-
getResolution
public MeasurePropertyType getResolution()
Gets the value of the resolution property.- Returns:
- possible object is
MeasurePropertyType
-
setResolution
public void setResolution(MeasurePropertyType value)
Sets the value of the resolution property.- Parameters:
value- allowed object isMeasurePropertyType
-
isSetResolution
public boolean isSetResolution()
-
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
-
withDimensionName
public MDDimensionType withDimensionName(MDDimensionNameTypeCodePropertyType value)
-
withDimensionSize
public MDDimensionType withDimensionSize(IntegerPropertyType value)
-
withResolution
public MDDimensionType withResolution(MeasurePropertyType value)
-
withId
public MDDimensionType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public MDDimensionType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-