Interface ILcdGML3StringOrRef
- All Superinterfaces:
ILcdGML3AssociationAttributeGroup,ILcdXMLSimpleLink
Deprecated.
Interface for the
gml:StringOrRefType type.
Contains a simple text description of the object, or refers to an external description.
(GML Specification, v3.1.0, paragraph 7.5.5.2)-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the string value for this object, or the value of the remotely referenced value, if present.voidDeprecated.Sets the string value for this object.toString()Deprecated.ReturnsgetString(), or the value of the remotely referenced value, if present.Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AssociationAttributeGroup
getRemoteSchema, setRemoteSchemaMethods inherited from interface com.luciad.format.xml.xlink.ILcdXMLSimpleLink
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, setActuate, setArcrole, setHref, setRole, setShow, setTitle
-
Method Details
-
getString
String getString()Deprecated.Returns the string value for this object, or the value of the remotely referenced value, if present.- Returns:
- the string value for this object, or the value of the remotely referenced value, if present.
-
setString
Deprecated.Sets the string value for this object.- Parameters:
aString- the string value for this object.
-
toString
String toString()Deprecated.ReturnsgetString(), or the value of the remotely referenced value, if present.
-
com.luciad.format.gml3.*packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml,com.luciad.format.gml31.xmlandcom.luciad.format.gml32.xml.