Package net.opengis.gml.v32.impl
Class CodeWithAuthorityImpl
java.lang.Object
net.opengis.gml.v32.impl.CodeWithAuthorityImpl
- All Implemented Interfaces:
Serializable,CodeWithAuthority
POJO class for XML type CodeType(@http://www.opengis.net/gml/3.2).
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCodeWithAuthorityImpl(String value) CodeWithAuthorityImpl(String codeSpace, String value) -
Method Summary
Modifier and TypeMethodDescriptionGets the codeSpace propertygetValue()Gets the inline valuebooleanChecks if codeSpace is setvoidsetCodeSpace(String codeSpace) Sets the codeSpace propertyvoidSets the inline value
-
Field Details
-
codeSpace
-
value
-
-
Constructor Details
-
CodeWithAuthorityImpl
public CodeWithAuthorityImpl() -
CodeWithAuthorityImpl
-
CodeWithAuthorityImpl
-
-
Method Details
-
getCodeSpace
Gets the codeSpace property- Specified by:
getCodeSpacein interfaceCodeWithAuthority
-
isSetCodeSpace
public boolean isSetCodeSpace()Checks if codeSpace is set- Specified by:
isSetCodeSpacein interfaceCodeWithAuthority
-
setCodeSpace
Sets the codeSpace property- Specified by:
setCodeSpacein interfaceCodeWithAuthority
-
getValue
Gets the inline value- Specified by:
getValuein interfaceCodeWithAuthority
-
setValue
Sets the inline value- Specified by:
setValuein interfaceCodeWithAuthority
-