Class CoordinateSystemAxisAltType
- java.lang.Object
-
- net.opengis.gml.v_3_2.AbstractGMLType
-
- net.opengis.gml.v_3_2.DefinitionBaseType
-
- net.opengis.gml.v_3_2.DefinitionType
-
- net.opengis.gml.v_3_2.IdentifiedObjectType
-
- net.opengis.gml.v_3_2.CoordinateSystemAxisType
-
- net.opengis.iso19139.gmx.v_20070417.CoordinateSystemAxisAltType
-
- 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 CoordinateSystemAxisAltType extends CoordinateSystemAxisType 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
XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatoryJava class for CoordinateSystemAxisAlt_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoordinateSystemAxisAlt_Type"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}CoordinateSystemAxisType"> <sequence> <element name="locale" type="{http://www.isotc211.org/2005/gmd}PT_Locale_PropertyType"/> </sequence> <attribute name="codeSpace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcodeSpaceprotected PTLocalePropertyTypelocale-
Fields inherited from class net.opengis.gml.v_3_2.CoordinateSystemAxisType
axisAbbrev, axisDirection, maximumValue, minimumValue, rangeMeaning, uom
-
Fields inherited from class net.opengis.gml.v_3_2.DefinitionType
remarks
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description CoordinateSystemAxisAltType()Default no-arg constructorCoordinateSystemAxisAltType(PTLocalePropertyType locale, String codeSpace)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)StringgetCodeSpace()Gets the value of the codeSpace property.PTLocalePropertyTypegetLocale()Gets the value of the locale property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetCodeSpace()booleanisSetLocale()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)voidsetCodeSpace(String value)Sets the value of the codeSpace property.voidsetLocale(PTLocalePropertyType value)Sets the value of the locale property.StringtoString()CoordinateSystemAxisAltTypewithCodeSpace(String value)CoordinateSystemAxisAltTypewithLocale(PTLocalePropertyType value)-
Methods inherited from class net.opengis.gml.v_3_2.CoordinateSystemAxisType
getAxisAbbrev, getAxisDirection, getMaximumValue, getMinimumValue, getRangeMeaning, getUom, isSetAxisAbbrev, isSetAxisDirection, isSetMaximumValue, isSetMinimumValue, isSetRangeMeaning, isSetUom, setAxisAbbrev, setAxisDirection, setMaximumValue, setMinimumValue, setRangeMeaning, setUom, withAxisAbbrev, withAxisDirection, withDescription, withDescriptionReference, withId, withIdentifier, withMaximumValue, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withMinimumValue, withName, withName, withName, withRangeMeaning, withRemarks, withUom
-
Methods inherited from class net.opengis.gml.v_3_2.DefinitionType
getRemarks, isSetRemarks, setRemarks
-
Methods inherited from class net.opengis.gml.v_3_2.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
-
-
-
-
Field Detail
-
locale
protected PTLocalePropertyType locale
-
codeSpace
protected String codeSpace
-
-
Constructor Detail
-
CoordinateSystemAxisAltType
public CoordinateSystemAxisAltType()
Default no-arg constructor
-
CoordinateSystemAxisAltType
public CoordinateSystemAxisAltType(PTLocalePropertyType locale, String codeSpace)
Fully-initialising value constructor
-
-
Method Detail
-
getLocale
public PTLocalePropertyType getLocale()
Gets the value of the locale property.- Returns:
- possible object is
PTLocalePropertyType
-
setLocale
public void setLocale(PTLocalePropertyType value)
Sets the value of the locale property.- Parameters:
value- allowed object isPTLocalePropertyType
-
isSetLocale
public boolean isSetLocale()
-
getCodeSpace
public String getCodeSpace()
Gets the value of the codeSpace property.- Returns:
- possible object is
String
-
setCodeSpace
public void setCodeSpace(String value)
Sets the value of the codeSpace property.- Parameters:
value- allowed object isString
-
isSetCodeSpace
public boolean isSetCodeSpace()
-
toString
public String toString()
- Overrides:
toStringin classCoordinateSystemAxisType
-
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 classCoordinateSystemAxisType
-
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 classCoordinateSystemAxisType
-
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 classCoordinateSystemAxisType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classCoordinateSystemAxisType
-
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 classCoordinateSystemAxisType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCoordinateSystemAxisType
-
clone
public Object clone()
- Overrides:
clonein classCoordinateSystemAxisType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classCoordinateSystemAxisType
-
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 classCoordinateSystemAxisType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classCoordinateSystemAxisType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classCoordinateSystemAxisType
-
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 classCoordinateSystemAxisType
-
withLocale
public CoordinateSystemAxisAltType withLocale(PTLocalePropertyType value)
-
withCodeSpace
public CoordinateSystemAxisAltType withCodeSpace(String value)
-
-