public class SISpatialReferenceSystemUsingGeographicIdentifiersType extends net.opengis.gml.v_3_2_1.AbstractFeatureType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for SI_SpatialReferenceSystemUsingGeographicIdentifiersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SI_SpatialReferenceSystemUsingGeographicIdentifiersType">
<complexContent>
<extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType">
<sequence>
<element name="name" type="{http://www.isotc211.org/19112}LanguageStringType"/>
<element name="domainOfValidity" type="{http://www.opengis.net/gml/3.2}GeometryPropertyType"/>
<element name="theme" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="overallOwner" type="{http://www.isotc211.org/2005/gmd}CI_ResponsibleParty_PropertyType"/>
<element name="locationType" type="{http://www.opengis.net/gml/3.2}ReferenceType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected net.opengis.gml.v_3_2_1.GeometryPropertyType |
domainOfValidity |
protected List<net.opengis.gml.v_3_2_1.ReferenceType> |
locationType |
protected LanguageStringType |
name |
protected CIResponsiblePartyPropertyType |
overallOwner |
protected String |
theme |
| Constructor and Description |
|---|
SISpatialReferenceSystemUsingGeographicIdentifiersType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy) |
net.opengis.gml.v_3_2_1.GeometryPropertyType |
getDomainOfValidity()
Gets the value of the domainOfValidity property.
|
List<net.opengis.gml.v_3_2_1.ReferenceType> |
getLocationType()
Gets the value of the locationType property.
|
LanguageStringType |
getNameProperty()
Gets the value of the name property.
|
CIResponsiblePartyPropertyType |
getOverallOwner()
Gets the value of the overallOwner property.
|
String |
getTheme()
Gets the value of the theme property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetDomainOfValidity() |
boolean |
isSetLocationType() |
boolean |
isSetName() |
boolean |
isSetOverallOwner() |
boolean |
isSetTheme() |
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.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setDomainOfValidity(net.opengis.gml.v_3_2_1.GeometryPropertyType value)
Sets the value of the domainOfValidity property.
|
void |
setLocationType(List<net.opengis.gml.v_3_2_1.ReferenceType> value) |
void |
setName(LanguageStringType value)
Sets the value of the name property.
|
void |
setOverallOwner(CIResponsiblePartyPropertyType value)
Sets the value of the overallOwner property.
|
void |
setTheme(String value)
Sets the value of the theme property.
|
String |
toString() |
void |
unsetLocationType() |
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withNamegetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName@NotNull(message="SISpatialReferenceSystemUsingGeographicIdentifiersType.name {javax.validation.constraints.NotNull.message}")
protected LanguageStringType name
@NotNull(message="SISpatialReferenceSystemUsingGeographicIdentifiersType.domainOfValidity {javax.validation.constraints.NotNull.message}")
protected net.opengis.gml.v_3_2_1.GeometryPropertyType domainOfValidity
@NotNull(message="SISpatialReferenceSystemUsingGeographicIdentifiersType.theme {javax.validation.constraints.NotNull.message}")
protected String theme
@NotNull(message="SISpatialReferenceSystemUsingGeographicIdentifiersType.overallOwner {javax.validation.constraints.NotNull.message}")
protected CIResponsiblePartyPropertyType overallOwner
@NotNull(message="SISpatialReferenceSystemUsingGeographicIdentifiersType.locationType {javax.validation.constraints.NotNull.message}")
@Size(min=1)
protected List<net.opengis.gml.v_3_2_1.ReferenceType> locationType
public SISpatialReferenceSystemUsingGeographicIdentifiersType()
public LanguageStringType getNameProperty()
LanguageStringTypepublic void setName(LanguageStringType value)
value - allowed object is
LanguageStringTypepublic boolean isSetName()
isSetName in class net.opengis.gml.v_3_2_1.AbstractGMLTypepublic net.opengis.gml.v_3_2_1.GeometryPropertyType getDomainOfValidity()
GeometryPropertyTypepublic void setDomainOfValidity(net.opengis.gml.v_3_2_1.GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetDomainOfValidity()
public String getTheme()
Stringpublic void setTheme(String value)
value - allowed object is
Stringpublic boolean isSetTheme()
public CIResponsiblePartyPropertyType getOverallOwner()
CIResponsiblePartyPropertyTypepublic void setOverallOwner(CIResponsiblePartyPropertyType value)
value - allowed object is
CIResponsiblePartyPropertyTypepublic boolean isSetOverallOwner()
public List<net.opengis.gml.v_3_2_1.ReferenceType> getLocationType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the locationType property.
For example, to add a new item, do as follows:
getLocationType().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceType
public boolean isSetLocationType()
public void unsetLocationType()
public String toString()
toString in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic boolean equals(Object object)
equals in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic int hashCode()
hashCode in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic Object clone()
clone in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic 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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class net.opengis.gml.v_3_2_1.AbstractFeatureTypepublic void setLocationType(List<net.opengis.gml.v_3_2_1.ReferenceType> value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.