public class AlternativeGeographicIdentifier extends Object 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="partner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.isotc211.org/19112}LanguageStringType"/>
<element name="nameID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
<element name="dateCommitted" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="citationCode" type="{http://www.opengis.net/gml/3.2}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected net.opengis.gml.v_3_2_1.CodeType |
citationCode |
protected XMLGregorianCalendar |
dateCommitted |
protected LanguageStringType |
name |
protected String |
nameID |
protected String |
partner |
protected Boolean |
primary |
protected net.opengis.gml.v_3_2_1.CodeType |
type |
| Constructor and Description |
|---|
AlternativeGeographicIdentifier() |
| 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.CodeType |
getCitationCode()
Gets the value of the citationCode property.
|
XMLGregorianCalendar |
getDateCommitted()
Gets the value of the dateCommitted property.
|
LanguageStringType |
getName()
Gets the value of the name property.
|
String |
getNameID()
Gets the value of the nameID property.
|
String |
getPartner()
Gets the value of the partner property.
|
Boolean |
getPrimary()
Gets the value of the primary property.
|
net.opengis.gml.v_3_2_1.CodeType |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetCitationCode() |
boolean |
isSetDateCommitted() |
boolean |
isSetName() |
boolean |
isSetNameID() |
boolean |
isSetPartner() |
boolean |
isSetPrimary() |
boolean |
isSetType() |
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 |
setCitationCode(net.opengis.gml.v_3_2_1.CodeType value)
Sets the value of the citationCode property.
|
void |
setDateCommitted(XMLGregorianCalendar value)
Sets the value of the dateCommitted property.
|
void |
setName(LanguageStringType value)
Sets the value of the name property.
|
void |
setNameID(String value)
Sets the value of the nameID property.
|
void |
setPartner(String value)
Sets the value of the partner property.
|
void |
setPrimary(Boolean value)
Sets the value of the primary property.
|
void |
setType(net.opengis.gml.v_3_2_1.CodeType value)
Sets the value of the type property.
|
String |
toString() |
protected String partner
@NotNull(message="AlternativeGeographicIdentifier.name {javax.validation.constraints.NotNull.message}")
protected LanguageStringType name
protected String nameID
protected net.opengis.gml.v_3_2_1.CodeType type
protected XMLGregorianCalendar dateCommitted
protected Boolean primary
protected net.opengis.gml.v_3_2_1.CodeType citationCode
public String getPartner()
Stringpublic void setPartner(String value)
value - allowed object is
Stringpublic boolean isSetPartner()
public LanguageStringType getName()
LanguageStringTypepublic void setName(LanguageStringType value)
value - allowed object is
LanguageStringTypepublic boolean isSetName()
public String getNameID()
Stringpublic void setNameID(String value)
value - allowed object is
Stringpublic boolean isSetNameID()
public net.opengis.gml.v_3_2_1.CodeType getType()
CodeTypepublic void setType(net.opengis.gml.v_3_2_1.CodeType value)
value - allowed object is
CodeTypepublic boolean isSetType()
public XMLGregorianCalendar getDateCommitted()
XMLGregorianCalendarpublic void setDateCommitted(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetDateCommitted()
public Boolean getPrimary()
Booleanpublic void setPrimary(Boolean value)
value - allowed object is
Booleanpublic boolean isSetPrimary()
public net.opengis.gml.v_3_2_1.CodeType getCitationCode()
CodeTypepublic void setCitationCode(net.opengis.gml.v_3_2_1.CodeType value)
value - allowed object is
CodeTypepublic boolean isSetCitationCode()
public 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.ToString2public 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.ToString2public 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.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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.CopyTo2public 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.MergeFrom2public 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.MergeFrom2Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.