public abstract class AbstractGMLImpl extends Object implements AbstractGML
| Constructor and Description |
|---|
AbstractGMLImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addName(Code name)
Adds a new name property
|
String |
getDescription()
Gets the description property
|
Reference |
getDescriptionReference()
Gets the descriptionReference property
|
String |
getId()
Gets the id property
|
CodeWithAuthority |
getIdentifier()
Gets the identifier property
|
OgcPropertyList<Object> |
getMetaDataPropertyList()
Gets the list of metaDataProperty properties
|
String |
getName() |
List<Code> |
getNameList()
Gets the list of name properties
|
int |
getNumNames()
Returns number of name properties
|
String |
getUniqueIdentifier()
Gets the unique identifier
|
boolean |
isSetDescription()
Checks if description is set
|
boolean |
isSetDescriptionReference()
Checks if descriptionReference is set
|
boolean |
isSetIdentifier()
Checks if identifier is set
|
void |
setDescription(String description)
Sets the description property
|
void |
setDescriptionReference(Reference descriptionReference)
Sets the descriptionReference property
|
void |
setId(String id)
Sets the id property
|
void |
setIdentifier(CodeWithAuthority identifier)
Sets the identifier property
|
void |
setName(String name)
Sets the default name
|
void |
setUniqueIdentifier(String identifier)
Sets the identifier property
|
public static final String UUID_CODE
public OgcPropertyList<Object> getMetaDataPropertyList()
getMetaDataPropertyList in interface AbstractGMLpublic String getDescription()
getDescription in interface AbstractGMLpublic boolean isSetDescription()
isSetDescription in interface AbstractGMLpublic void setDescription(String description)
AbstractGMLsetDescription in interface AbstractGMLpublic Reference getDescriptionReference()
getDescriptionReference in interface AbstractGMLpublic boolean isSetDescriptionReference()
isSetDescriptionReference in interface AbstractGMLpublic void setDescriptionReference(Reference descriptionReference)
setDescriptionReference in interface AbstractGMLpublic CodeWithAuthority getIdentifier()
getIdentifier in interface AbstractGMLpublic String getUniqueIdentifier()
getUniqueIdentifier in interface AbstractGMLpublic boolean isSetIdentifier()
isSetIdentifier in interface AbstractGMLpublic void setIdentifier(CodeWithAuthority identifier)
setIdentifier in interface AbstractGMLpublic void setUniqueIdentifier(String identifier)
AbstractGMLsetUniqueIdentifier in interface AbstractGMLpublic List<Code> getNameList()
getNameList in interface AbstractGMLpublic int getNumNames()
getNumNames in interface AbstractGMLpublic String getName()
getName in interface AbstractGMLpublic void addName(Code name)
addName in interface AbstractGMLpublic void setName(String name)
AbstractGMLsetName in interface AbstractGMLpublic String getId()
getId in interface AbstractGMLpublic void setId(String id)
setId in interface AbstractGMLCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.