Class EXGeographicDescriptionType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
-
- net.opengis.iso19139.gmd.v_20070417.EXGeographicDescriptionType
-
- 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 EXGeographicDescriptionType extends AbstractEXGeographicExtentType 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 EX_GeographicDescription_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EX_GeographicDescription_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmd}AbstractEX_GeographicExtent_Type"> <sequence> <element name="geographicIdentifier" type="{http://www.isotc211.org/2005/gmd}MD_Identifier_PropertyType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MDIdentifierPropertyTypegeographicIdentifier-
Fields inherited from class net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
extentTypeCode
-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description EXGeographicDescriptionType()Default no-arg constructorEXGeographicDescriptionType(String id, String uuid, BooleanPropertyType extentTypeCode, MDIdentifierPropertyType geographicIdentifier)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)MDIdentifierPropertyTypegetGeographicIdentifier()Gets the value of the geographicIdentifier property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetGeographicIdentifier()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)voidsetGeographicIdentifier(MDIdentifierPropertyType value)Sets the value of the geographicIdentifier property.StringtoString()EXGeographicDescriptionTypewithExtentTypeCode(BooleanPropertyType value)EXGeographicDescriptionTypewithGeographicIdentifier(MDIdentifierPropertyType value)EXGeographicDescriptionTypewithId(String value)EXGeographicDescriptionTypewithUuid(String value)-
Methods inherited from class net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
getExtentTypeCode, isSetExtentTypeCode, setExtentTypeCode
-
-
-
-
Field Detail
-
geographicIdentifier
protected MDIdentifierPropertyType geographicIdentifier
-
-
Constructor Detail
-
EXGeographicDescriptionType
public EXGeographicDescriptionType()
Default no-arg constructor
-
EXGeographicDescriptionType
public EXGeographicDescriptionType(String id, String uuid, BooleanPropertyType extentTypeCode, MDIdentifierPropertyType geographicIdentifier)
Fully-initialising value constructor
-
-
Method Detail
-
getGeographicIdentifier
public MDIdentifierPropertyType getGeographicIdentifier()
Gets the value of the geographicIdentifier property.- Returns:
- possible object is
MDIdentifierPropertyType
-
setGeographicIdentifier
public void setGeographicIdentifier(MDIdentifierPropertyType value)
Sets the value of the geographicIdentifier property.- Parameters:
value- allowed object isMDIdentifierPropertyType
-
isSetGeographicIdentifier
public boolean isSetGeographicIdentifier()
-
toString
public String toString()
- Overrides:
toStringin classAbstractEXGeographicExtentType
-
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 classAbstractEXGeographicExtentType
-
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 classAbstractEXGeographicExtentType
-
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 classAbstractEXGeographicExtentType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractEXGeographicExtentType
-
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 classAbstractEXGeographicExtentType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractEXGeographicExtentType
-
clone
public Object clone()
- Overrides:
clonein classAbstractEXGeographicExtentType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractEXGeographicExtentType
-
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 classAbstractEXGeographicExtentType
-
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 classAbstractEXGeographicExtentType
-
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 classAbstractEXGeographicExtentType
-
withGeographicIdentifier
public EXGeographicDescriptionType withGeographicIdentifier(MDIdentifierPropertyType value)
-
withExtentTypeCode
public EXGeographicDescriptionType withExtentTypeCode(BooleanPropertyType value)
- Overrides:
withExtentTypeCodein classAbstractEXGeographicExtentType
-
withId
public EXGeographicDescriptionType withId(String value)
- Overrides:
withIdin classAbstractEXGeographicExtentType
-
withUuid
public EXGeographicDescriptionType withUuid(String value)
- Overrides:
withUuidin classAbstractEXGeographicExtentType
-
-