net.opengis.iso19139.gmd.v_20060504
Class LocalisedCharacterStringPropertyType
java.lang.Object
net.opengis.iso19139.gco.v_20060504.ObjectReferencePropertyType
net.opengis.iso19139.gmd.v_20060504.LocalisedCharacterStringPropertyType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
public class LocalisedCharacterStringPropertyType
- extends ObjectReferencePropertyType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Java class for LocalisedCharacterString_PropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalisedCharacterString_PropertyType">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gco}ObjectReference_PropertyType">
<sequence minOccurs="0">
<element ref="{http://www.isotc211.org/2005/gmd}LocalisedCharacterString"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
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)
|
LocalisedCharacterStringType |
getLocalisedCharacterString()
Gets the value of the localisedCharacterString 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 |
setLocalisedCharacterString(LocalisedCharacterStringType value)
Sets the value of the localisedCharacterString property. |
String |
toString()
|
LocalisedCharacterStringPropertyType |
withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
|
LocalisedCharacterStringPropertyType |
withArcrole(String value)
|
LocalisedCharacterStringPropertyType |
withHref(String value)
|
LocalisedCharacterStringPropertyType |
withLocalisedCharacterString(LocalisedCharacterStringType value)
|
LocalisedCharacterStringPropertyType |
withNilReason(Collection<String> values)
|
LocalisedCharacterStringPropertyType |
withNilReason(List<String> value)
|
LocalisedCharacterStringPropertyType |
withNilReason(String... values)
|
LocalisedCharacterStringPropertyType |
withRole(String value)
|
LocalisedCharacterStringPropertyType |
withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
|
LocalisedCharacterStringPropertyType |
withTitle(String value)
|
LocalisedCharacterStringPropertyType |
withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
|
LocalisedCharacterStringPropertyType |
withUuidref(String value)
|
| Methods inherited from class net.opengis.iso19139.gco.v_20060504.ObjectReferencePropertyType |
getActuate, getArcrole, getHref, getNilReason, getRole, getShow, getTitle, getTYPE, getUuidref, setActuate, setArcrole, setHref, setNilReason, setRole, setShow, setTitle, setTYPE, setUuidref |
localisedCharacterString
protected LocalisedCharacterStringType localisedCharacterString
LocalisedCharacterStringPropertyType
public LocalisedCharacterStringPropertyType()
getLocalisedCharacterString
public LocalisedCharacterStringType getLocalisedCharacterString()
- Gets the value of the localisedCharacterString property.
- Returns:
- possible object is
LocalisedCharacterStringType
setLocalisedCharacterString
public void setLocalisedCharacterString(LocalisedCharacterStringType value)
- Sets the value of the localisedCharacterString property.
- Parameters:
value - allowed object is
LocalisedCharacterStringType
toString
public String toString()
- Overrides:
toString in class ObjectReferencePropertyType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
append in class ObjectReferencePropertyType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
appendFields in class ObjectReferencePropertyType
equals
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)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals- Overrides:
equals in class ObjectReferencePropertyType
equals
public boolean equals(Object object)
- Overrides:
equals in class ObjectReferencePropertyType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCode in class ObjectReferencePropertyType
hashCode
public int hashCode()
- Overrides:
hashCode in class ObjectReferencePropertyType
clone
public Object clone()
- Overrides:
clone in class ObjectReferencePropertyType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class ObjectReferencePropertyType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class ObjectReferencePropertyType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
createNewInstance in class ObjectReferencePropertyType
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class ObjectReferencePropertyType
mergeFrom
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)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class ObjectReferencePropertyType
withLocalisedCharacterString
public LocalisedCharacterStringPropertyType withLocalisedCharacterString(LocalisedCharacterStringType value)
withNilReason
public LocalisedCharacterStringPropertyType withNilReason(String... values)
- Overrides:
withNilReason in class ObjectReferencePropertyType
withNilReason
public LocalisedCharacterStringPropertyType withNilReason(Collection<String> values)
- Overrides:
withNilReason in class ObjectReferencePropertyType
withUuidref
public LocalisedCharacterStringPropertyType withUuidref(String value)
- Overrides:
withUuidref in class ObjectReferencePropertyType
withTYPE
public LocalisedCharacterStringPropertyType withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
- Overrides:
withTYPE in class ObjectReferencePropertyType
withHref
public LocalisedCharacterStringPropertyType withHref(String value)
- Overrides:
withHref in class ObjectReferencePropertyType
withRole
public LocalisedCharacterStringPropertyType withRole(String value)
- Overrides:
withRole in class ObjectReferencePropertyType
withArcrole
public LocalisedCharacterStringPropertyType withArcrole(String value)
- Overrides:
withArcrole in class ObjectReferencePropertyType
withTitle
public LocalisedCharacterStringPropertyType withTitle(String value)
- Overrides:
withTitle in class ObjectReferencePropertyType
withShow
public LocalisedCharacterStringPropertyType withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
- Overrides:
withShow in class ObjectReferencePropertyType
withActuate
public LocalisedCharacterStringPropertyType withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
- Overrides:
withActuate in class ObjectReferencePropertyType
withNilReason
public LocalisedCharacterStringPropertyType withNilReason(List<String> value)
- Overrides:
withNilReason in class ObjectReferencePropertyType
Copyright © 2008-2015. All Rights Reserved.