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 valueboolean
Checks if codeSpace is setvoid
setCodeSpace
(String codeSpace) Sets the codeSpace propertyvoid
Sets the inline value
-
Field Details
-
codeSpace
-
value
-
-
Constructor Details
-
CodeWithAuthorityImpl
public CodeWithAuthorityImpl() -
CodeWithAuthorityImpl
-
CodeWithAuthorityImpl
-
-
Method Details
-
getCodeSpace
Gets the codeSpace property- Specified by:
getCodeSpace
in interfaceCodeWithAuthority
-
isSetCodeSpace
public boolean isSetCodeSpace()Checks if codeSpace is set- Specified by:
isSetCodeSpace
in interfaceCodeWithAuthority
-
setCodeSpace
Sets the codeSpace property- Specified by:
setCodeSpace
in interfaceCodeWithAuthority
-
getValue
Gets the inline value- Specified by:
getValue
in interfaceCodeWithAuthority
-
setValue
Sets the inline value- Specified by:
setValue
in interfaceCodeWithAuthority
-