Class CodeWithAuthorityImpl

java.lang.Object
net.opengis.gml.v32.impl.CodeWithAuthorityImpl
All Implemented Interfaces:
Serializable, CodeWithAuthority

public class CodeWithAuthorityImpl extends Object implements CodeWithAuthority
POJO class for XML type CodeType(@http://www.opengis.net/gml/3.2).
See Also:
  • Field Details

    • codeSpace

      protected String codeSpace
    • value

      protected String value
  • Constructor Details

    • CodeWithAuthorityImpl

      public CodeWithAuthorityImpl()
    • CodeWithAuthorityImpl

      public CodeWithAuthorityImpl(String value)
    • CodeWithAuthorityImpl

      public CodeWithAuthorityImpl(String codeSpace, String value)
  • Method Details