Class UomAlternativeExpressionType
- 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.UnitDefinitionType
-
- net.opengis.iso19139.gmx.v_20070417.UomAlternativeExpressionType
-
- 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 UomAlternativeExpressionType extends UnitDefinitionType 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 UomAlternativeExpression_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UomAlternativeExpression_Type"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}UnitDefinitionType"> <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.UnitDefinitionType
catalogSymbol, quantityType, quantityTypeReference
-
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 UomAlternativeExpressionType()Default no-arg constructorUomAlternativeExpressionType(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()UomAlternativeExpressionTypewithCodeSpace(String value)UomAlternativeExpressionTypewithLocale(PTLocalePropertyType value)-
Methods inherited from class net.opengis.gml.v_3_2.UnitDefinitionType
getCatalogSymbol, getQuantityType, getQuantityTypeReference, isSetCatalogSymbol, isSetQuantityType, isSetQuantityTypeReference, setCatalogSymbol, setQuantityType, setQuantityTypeReference, withCatalogSymbol, withDescription, withDescriptionReference, withId, withIdentifier, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName, withQuantityType, withQuantityTypeReference, 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
-
UomAlternativeExpressionType
public UomAlternativeExpressionType()
Default no-arg constructor
-
UomAlternativeExpressionType
public UomAlternativeExpressionType(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 classUnitDefinitionType
-
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 classUnitDefinitionType
-
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 classUnitDefinitionType
-
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 classUnitDefinitionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classUnitDefinitionType
-
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 classUnitDefinitionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classUnitDefinitionType
-
clone
public Object clone()
- Overrides:
clonein classUnitDefinitionType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classUnitDefinitionType
-
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 classUnitDefinitionType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classUnitDefinitionType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classUnitDefinitionType
-
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 classUnitDefinitionType
-
withLocale
public UomAlternativeExpressionType withLocale(PTLocalePropertyType value)
-
withCodeSpace
public UomAlternativeExpressionType withCodeSpace(String value)
-
-