Class EllipsoidAltType
- 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.iso19139.gmx.v_20070417.EllipsoidAltType
-
- 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 EllipsoidAltType extends IdentifiedObjectType 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 EllipsoidAlt_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EllipsoidAlt_Type"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}IdentifiedObjectType"> <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.DefinitionType
remarks
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description EllipsoidAltType()Default no-arg constructorEllipsoidAltType(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()EllipsoidAltTypewithCodeSpace(String value)EllipsoidAltTypewithLocale(PTLocalePropertyType value)-
Methods inherited from class net.opengis.gml.v_3_2.IdentifiedObjectType
withDescription, withDescriptionReference, withId, withIdentifier, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName, withRemarks
-
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
-
EllipsoidAltType
public EllipsoidAltType()
Default no-arg constructor
-
EllipsoidAltType
public EllipsoidAltType(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 classIdentifiedObjectType
-
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 classIdentifiedObjectType
-
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 classIdentifiedObjectType
-
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 classIdentifiedObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classIdentifiedObjectType
-
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 classIdentifiedObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classIdentifiedObjectType
-
clone
public Object clone()
- Overrides:
clonein classIdentifiedObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classIdentifiedObjectType
-
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 classIdentifiedObjectType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classDefinitionType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classIdentifiedObjectType
-
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 classIdentifiedObjectType
-
withLocale
public EllipsoidAltType withLocale(PTLocalePropertyType value)
-
withCodeSpace
public EllipsoidAltType withCodeSpace(String value)
-
-