Package org.n52.shetland.iso.gco
Class AbstractRole
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractReferenceType
-
- org.n52.shetland.ogc.gml.ReferenceType
-
- org.n52.shetland.iso.gco.AbstractRole
-
- All Implemented Interfaces:
Comparable<AbstractReferenceType>
public abstract class AbstractRole extends ReferenceType
-
-
Constructor Summary
Constructors Constructor Description AbstractRole(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCodeList()StringgetCodeListValue()StringgetValue()AbstractRolesetCodeList(String codeList)AbstractRolesetCodeListValue(String codeListValue)AbstractRolesetCodeListValue(CodeList.CiRoleCodes codeListValue)AbstractRolesetValue(String value)-
Methods inherited from class org.n52.shetland.ogc.gml.ReferenceType
isEmpty, toString
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractReferenceType
compareTo, equals, getHref, getRole, getTitle, getTitleOrFromHref, hashCode, hasValues, isSetHref, isSetRole, isSetTitle, setHref, setRole, setTitle
-
-
-
-
Constructor Detail
-
AbstractRole
public AbstractRole(String value)
-
-
Method Detail
-
getValue
public String getValue()
- Returns:
- the value
-
setValue
public AbstractRole setValue(String value)
- Parameters:
value- the value to set
-
getCodeList
public String getCodeList()
- Returns:
- the codeList
-
setCodeList
public AbstractRole setCodeList(String codeList)
- Parameters:
codeList- the codeList to set
-
getCodeListValue
public String getCodeListValue()
- Returns:
- the codeListValue
-
setCodeListValue
public AbstractRole setCodeListValue(String codeListValue)
- Parameters:
codeListValue- the codeListValue to set
-
setCodeListValue
public AbstractRole setCodeListValue(CodeList.CiRoleCodes codeListValue)
- Parameters:
codeListValue- the codeListValue to set
-
-