Class CoordinateSystemAltType
- 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.CoordinateSystemAltType
-
- 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 CoordinateSystemAltType 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 CoordinateSystemAlt_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoordinateSystemAlt_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> <attGroup ref="{http://www.opengis.net/gml/3.2}AggregationAttributeGroup"/> <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 AggregationTypeaggregationTypeprotected 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 CoordinateSystemAltType()Default no-arg constructorCoordinateSystemAltType(PTLocalePropertyType locale, String codeSpace, AggregationType aggregationType)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)AggregationTypegetAggregationType()Gets the value of the aggregationType property.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)booleanisSetAggregationType()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)voidsetAggregationType(AggregationType value)Sets the value of the aggregationType property.voidsetCodeSpace(String value)Sets the value of the codeSpace property.voidsetLocale(PTLocalePropertyType value)Sets the value of the locale property.StringtoString()CoordinateSystemAltTypewithAggregationType(AggregationType value)CoordinateSystemAltTypewithCodeSpace(String value)CoordinateSystemAltTypewithLocale(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
-
aggregationType
protected AggregationType aggregationType
-
-
Constructor Detail
-
CoordinateSystemAltType
public CoordinateSystemAltType()
Default no-arg constructor
-
CoordinateSystemAltType
public CoordinateSystemAltType(PTLocalePropertyType locale, String codeSpace, AggregationType aggregationType)
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()
-
getAggregationType
public AggregationType getAggregationType()
Gets the value of the aggregationType property.- Returns:
- possible object is
AggregationType
-
setAggregationType
public void setAggregationType(AggregationType value)
Sets the value of the aggregationType property.- Parameters:
value- allowed object isAggregationType
-
isSetAggregationType
public boolean isSetAggregationType()
-
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 CoordinateSystemAltType withLocale(PTLocalePropertyType value)
-
withCodeSpace
public CoordinateSystemAltType withCodeSpace(String value)
-
withAggregationType
public CoordinateSystemAltType withAggregationType(AggregationType value)
-
-