Interface ILcdGML3Association
- All Superinterfaces:
ILcdGML3AssociationAttributeGroup
,ILcdXMLSimpleLink
Deprecated.
Interface for the
gml:AssociationType
type.
A pattern or base for derived types used to specify complex types corresponding to an unspecified
UML association - either composition or aggregation. Restricts the cardinality of Objects
contained in the association to a maximum of one.
(GML Specification, v3.1.0, paragraph 7.5.3.1 )-
Method Summary
Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AssociationAttributeGroup
getRemoteSchema, setRemoteSchema
Methods inherited from interface com.luciad.format.xml.xlink.ILcdXMLSimpleLink
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, setActuate, setArcrole, setHref, setRole, setShow, setTitle
-
Method Details
-
getObject
Object getObject()Deprecated.Returns the object referenced by this association.- Returns:
- the object referenced by this association.
-
setObject
Deprecated.Sets the object to be referenced by this association.- Parameters:
aAssociatedObject
- the object to be referenced by this association.
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.