Class CodeListValueType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.CodeListValueType
-
- 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 CodeListValueType extends Object 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 CodeListValue_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeListValue_Type"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="codeList" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="codeListValue" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="codeSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CodeListValueType()Default no-arg constructorCodeListValueType(String value, String codeList, String codeListValue, String codeSpace)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)StringgetCodeList()Gets the value of the codeList property.StringgetCodeListValue()Gets the value of the codeListValue property.StringgetCodeSpace()Gets the value of the codeSpace property.StringgetValue()Gets the value of the value property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetCodeList()booleanisSetCodeListValue()booleanisSetCodeSpace()booleanisSetValue()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)voidsetCodeList(String value)Sets the value of the codeList property.voidsetCodeListValue(String value)Sets the value of the codeListValue property.voidsetCodeSpace(String value)Sets the value of the codeSpace property.voidsetValue(String value)Sets the value of the value property.StringtoString()CodeListValueTypewithCodeList(String value)CodeListValueTypewithCodeListValue(String value)CodeListValueTypewithCodeSpace(String value)CodeListValueTypewithValue(String value)
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isSetValue
public boolean isSetValue()
-
getCodeList
public String getCodeList()
Gets the value of the codeList property.- Returns:
- possible object is
String
-
setCodeList
public void setCodeList(String value)
Sets the value of the codeList property.- Parameters:
value- allowed object isString
-
isSetCodeList
public boolean isSetCodeList()
-
getCodeListValue
public String getCodeListValue()
Gets the value of the codeListValue property.- Returns:
- possible object is
String
-
setCodeListValue
public void setCodeListValue(String value)
Sets the value of the codeListValue property.- Parameters:
value- allowed object isString
-
isSetCodeListValue
public boolean isSetCodeListValue()
-
getCodeSpace
public String getCodeSpace()
Gets the value of the codeSpace property.- Returns:
- possible object is
String
-
setCodeSpace
public void setCodeSpace(String value)
Sets the value of the codeSpace property.- Parameters:
value- allowed object isString
-
isSetCodeSpace
public boolean isSetCodeSpace()
-
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
-
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
-
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
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
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
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
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
-
withValue
public CodeListValueType withValue(String value)
-
withCodeList
public CodeListValueType withCodeList(String value)
-
withCodeListValue
public CodeListValueType withCodeListValue(String value)
-
withCodeSpace
public CodeListValueType withCodeSpace(String value)
-
-