|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.v_3_2_0.AbstractGMLType
net.opengis.gml.v_3_2_0.DefinitionBaseType
net.opengis.gml.v_3_2_0.DefinitionType
net.opengis.gml.v_3_2_0.IdentifiedObjectType
net.opengis.iso19139.gmx.v_20060504.CoordinateSystemAltType
public class CoordinateSystemAltType
XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory
Java 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}IdentifiedObjectType">
<sequence>
<element name="locale" type="{http://www.isotc211.org/2005/gmd}PT_Locale_PropertyType"/>
</sequence>
<attGroup ref="{http://www.opengis.net/gml}AggregationAttributeGroup"/>
<attribute name="codeSpace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AggregationType |
aggregationType
|
protected String |
codeSpace
|
protected PTLocalePropertyType |
locale
|
| Fields inherited from class net.opengis.gml.v_3_2_0.DefinitionType |
|---|
remarks |
| Fields inherited from class net.opengis.gml.v_3_2_0.AbstractGMLType |
|---|
description, descriptionReference, id, identifier, metaDataProperty, name |
| Constructor Summary | |
|---|---|
CoordinateSystemAltType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
AggregationType |
getAggregationType()
Gets the value of the aggregationType property. |
String |
getCodeSpace()
Gets the value of the codeSpace property. |
PTLocalePropertyType |
getLocale()
Gets the value of the locale property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAggregationType(AggregationType value)
Sets the value of the aggregationType property. |
void |
setCodeSpace(String value)
Sets the value of the codeSpace property. |
void |
setLocale(PTLocalePropertyType value)
Sets the value of the locale property. |
String |
toString()
|
CoordinateSystemAltType |
withAggregationType(AggregationType value)
|
CoordinateSystemAltType |
withCodeSpace(String value)
|
CoordinateSystemAltType |
withLocale(PTLocalePropertyType value)
|
| Methods inherited from class net.opengis.gml.v_3_2_0.IdentifiedObjectType |
|---|
withDescription, withDescriptionReference, withId, withIdentifier, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName, withRemarks |
| Methods inherited from class net.opengis.gml.v_3_2_0.DefinitionType |
|---|
getRemarks, setRemarks |
| Methods inherited from class net.opengis.gml.v_3_2_0.AbstractGMLType |
|---|
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected PTLocalePropertyType locale
protected String codeSpace
protected AggregationType aggregationType
| Constructor Detail |
|---|
public CoordinateSystemAltType()
| Method Detail |
|---|
public PTLocalePropertyType getLocale()
PTLocalePropertyTypepublic void setLocale(PTLocalePropertyType value)
value - allowed object is
PTLocalePropertyTypepublic String getCodeSpace()
Stringpublic void setCodeSpace(String value)
value - allowed object is
Stringpublic AggregationType getAggregationType()
AggregationTypepublic void setAggregationType(AggregationType value)
value - allowed object is
AggregationTypepublic String toString()
toString in class IdentifiedObjectType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class IdentifiedObjectType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class IdentifiedObjectType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class IdentifiedObjectTypepublic boolean equals(Object object)
equals in class IdentifiedObjectType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class IdentifiedObjectTypepublic int hashCode()
hashCode in class IdentifiedObjectTypepublic Object clone()
clone in class IdentifiedObjectTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class IdentifiedObjectType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class IdentifiedObjectTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class DefinitionType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class IdentifiedObjectType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class IdentifiedObjectTypepublic CoordinateSystemAltType withLocale(PTLocalePropertyType value)
public CoordinateSystemAltType withCodeSpace(String value)
public CoordinateSystemAltType withAggregationType(AggregationType value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||