Class LocalisedCharacterStringPropertyType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.ObjectReferencePropertyType
-
- net.opengis.iso19139.gmd.v_20070417.LocalisedCharacterStringPropertyType
-
- 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 LocalisedCharacterStringPropertyType extends ObjectReferencePropertyType 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
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected LocalisedCharacterStringTypelocalisedCharacterString
-
Constructor Summary
Constructors Constructor Description LocalisedCharacterStringPropertyType()Default no-arg constructorLocalisedCharacterStringPropertyType(List<String> nilReason, String uuidref, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate, LocalisedCharacterStringType localisedCharacterString)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)LocalisedCharacterStringTypegetLocalisedCharacterString()Gets the value of the localisedCharacterString property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetLocalisedCharacterString()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)voidsetLocalisedCharacterString(LocalisedCharacterStringType value)Sets the value of the localisedCharacterString property.StringtoString()LocalisedCharacterStringPropertyTypewithActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)LocalisedCharacterStringPropertyTypewithArcrole(String value)LocalisedCharacterStringPropertyTypewithHref(String value)LocalisedCharacterStringPropertyTypewithLocalisedCharacterString(LocalisedCharacterStringType value)LocalisedCharacterStringPropertyTypewithNilReason(String... values)LocalisedCharacterStringPropertyTypewithNilReason(Collection<String> values)LocalisedCharacterStringPropertyTypewithNilReason(List<String> value)LocalisedCharacterStringPropertyTypewithRole(String value)LocalisedCharacterStringPropertyTypewithShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)LocalisedCharacterStringPropertyTypewithTitle(String value)LocalisedCharacterStringPropertyTypewithTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)LocalisedCharacterStringPropertyTypewithUuidref(String value)-
Methods inherited from class net.opengis.iso19139.gco.v_20070417.ObjectReferencePropertyType
getActuate, getArcrole, getHref, getNilReason, getRole, getShow, getTitle, getTYPE, getUuidref, isSetActuate, isSetArcrole, isSetHref, isSetNilReason, isSetRole, isSetShow, isSetTitle, isSetTYPE, isSetUuidref, setActuate, setArcrole, setHref, setNilReason, setRole, setShow, setTitle, setTYPE, setUuidref, unsetNilReason
-
-
-
-
Field Detail
-
localisedCharacterString
protected LocalisedCharacterStringType localisedCharacterString
-
-
Constructor Detail
-
LocalisedCharacterStringPropertyType
public LocalisedCharacterStringPropertyType()
Default no-arg constructor
-
LocalisedCharacterStringPropertyType
public LocalisedCharacterStringPropertyType(List<String> nilReason, String uuidref, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate, LocalisedCharacterStringType localisedCharacterString)
Fully-initialising value constructor
-
-
Method Detail
-
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 isLocalisedCharacterStringType
-
isSetLocalisedCharacterString
public boolean isSetLocalisedCharacterString()
-
toString
public String toString()
- Overrides:
toStringin classObjectReferencePropertyType
-
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 classObjectReferencePropertyType
-
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 classObjectReferencePropertyType
-
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 classObjectReferencePropertyType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classObjectReferencePropertyType
-
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 classObjectReferencePropertyType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classObjectReferencePropertyType
-
clone
public Object clone()
- Overrides:
clonein classObjectReferencePropertyType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classObjectReferencePropertyType
-
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 classObjectReferencePropertyType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classObjectReferencePropertyType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classObjectReferencePropertyType
-
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 classObjectReferencePropertyType
-
withLocalisedCharacterString
public LocalisedCharacterStringPropertyType withLocalisedCharacterString(LocalisedCharacterStringType value)
-
withNilReason
public LocalisedCharacterStringPropertyType withNilReason(String... values)
- Overrides:
withNilReasonin classObjectReferencePropertyType
-
withNilReason
public LocalisedCharacterStringPropertyType withNilReason(Collection<String> values)
- Overrides:
withNilReasonin classObjectReferencePropertyType
-
withUuidref
public LocalisedCharacterStringPropertyType withUuidref(String value)
- Overrides:
withUuidrefin classObjectReferencePropertyType
-
withTYPE
public LocalisedCharacterStringPropertyType withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)
- Overrides:
withTYPEin classObjectReferencePropertyType
-
withHref
public LocalisedCharacterStringPropertyType withHref(String value)
- Overrides:
withHrefin classObjectReferencePropertyType
-
withRole
public LocalisedCharacterStringPropertyType withRole(String value)
- Overrides:
withRolein classObjectReferencePropertyType
-
withArcrole
public LocalisedCharacterStringPropertyType withArcrole(String value)
- Overrides:
withArcrolein classObjectReferencePropertyType
-
withTitle
public LocalisedCharacterStringPropertyType withTitle(String value)
- Overrides:
withTitlein classObjectReferencePropertyType
-
withShow
public LocalisedCharacterStringPropertyType withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)
- Overrides:
withShowin classObjectReferencePropertyType
-
withActuate
public LocalisedCharacterStringPropertyType withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)
- Overrides:
withActuatein classObjectReferencePropertyType
-
withNilReason
public LocalisedCharacterStringPropertyType withNilReason(List<String> value)
- Overrides:
withNilReasonin classObjectReferencePropertyType
-
-