Interface GeometricComplexPropertyType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
GeometricComplexPropertyTypeImpl
public interface GeometricComplexPropertyType extends EObjectA representation of the model object 'Geometric Complex Property Type'. A property that has a geometric complex as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none. NOTE: The allowed geometry elements contained in such a property (or referenced by it) have to be modelled by an XML Schema choice element since the composites inherit both from geometric complex *and* geometric primitive and are already part of the _GeometricPrimitive substitution group.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActuateTypegetActuate()Returns the value of the 'Actuate' attribute.StringgetArcrole()Returns the value of the 'Arcrole' attribute.CompositeCurveTypegetCompositeCurve()Returns the value of the 'Composite Curve' containment reference.CompositeSolidTypegetCompositeSolid()Returns the value of the 'Composite Solid' containment reference.CompositeSurfaceTypegetCompositeSurface()Returns the value of the 'Composite Surface' containment reference.GeometricComplexTypegetGeometricComplex()Returns the value of the 'Geometric Complex' containment reference.StringgetHref()Returns the value of the 'Href' attribute.StringgetRemoteSchema()Returns the value of the 'Remote Schema' attribute.StringgetRole()Returns the value of the 'Role' attribute.ShowTypegetShow()Returns the value of the 'Show' attribute.StringgetTitle()Returns the value of the 'Title' attribute.TypeTypegetType()Returns the value of the 'Type' attribute.booleanisSetActuate()Returns whether the value of the 'Actuate' attribute is set.booleanisSetShow()Returns whether the value of the 'Show' attribute is set.booleanisSetType()Returns whether the value of the 'Type' attribute is set.voidsetActuate(ActuateType value)Sets the value of the 'Actuate' attribute.voidsetArcrole(String value)Sets the value of the 'Arcrole' attribute.voidsetCompositeCurve(CompositeCurveType value)Sets the value of the 'Composite Curve' containment reference.voidsetCompositeSolid(CompositeSolidType value)Sets the value of the 'Composite Solid' containment reference.voidsetCompositeSurface(CompositeSurfaceType value)Sets the value of the 'Composite Surface' containment reference.voidsetGeometricComplex(GeometricComplexType value)Sets the value of the 'Geometric Complex' containment reference.voidsetHref(String value)Sets the value of the 'Href' attribute.voidsetRemoteSchema(String value)Sets the value of the 'Remote Schema' attribute.voidsetRole(String value)Sets the value of the 'Role' attribute.voidsetShow(ShowType value)Sets the value of the 'Show' attribute.voidsetTitle(String value)Sets the value of the 'Title' attribute.voidsetType(TypeType value)Sets the value of the 'Type' attribute.voidunsetActuate()Unsets the value of the 'Actuate' attribute.voidunsetShow()Unsets the value of the 'Show' attribute.voidunsetType()Unsets the value of the 'Type' attribute.
-
-
-
Method Detail
-
getGeometricComplex
GeometricComplexType getGeometricComplex()
Returns the value of the 'Geometric Complex' containment reference.If the meaning of the 'Geometric Complex' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Geometric Complex' containment reference.
- See Also:
setGeometricComplex(GeometricComplexType),Gml311Package.getGeometricComplexPropertyType_GeometricComplex()
-
setGeometricComplex
void setGeometricComplex(GeometricComplexType value)
Sets the value of the 'Geometric Complex' containment reference.- Parameters:
value- the new value of the 'Geometric Complex' containment reference.- See Also:
getGeometricComplex()
-
getCompositeCurve
CompositeCurveType getCompositeCurve()
Returns the value of the 'Composite Curve' containment reference.If the meaning of the 'Composite Curve' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Composite Curve' containment reference.
- See Also:
setCompositeCurve(CompositeCurveType),Gml311Package.getGeometricComplexPropertyType_CompositeCurve()
-
setCompositeCurve
void setCompositeCurve(CompositeCurveType value)
Sets the value of the 'Composite Curve' containment reference.- Parameters:
value- the new value of the 'Composite Curve' containment reference.- See Also:
getCompositeCurve()
-
getCompositeSurface
CompositeSurfaceType getCompositeSurface()
Returns the value of the 'Composite Surface' containment reference.If the meaning of the 'Composite Surface' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Composite Surface' containment reference.
- See Also:
setCompositeSurface(CompositeSurfaceType),Gml311Package.getGeometricComplexPropertyType_CompositeSurface()
-
setCompositeSurface
void setCompositeSurface(CompositeSurfaceType value)
Sets the value of the 'Composite Surface' containment reference.- Parameters:
value- the new value of the 'Composite Surface' containment reference.- See Also:
getCompositeSurface()
-
getCompositeSolid
CompositeSolidType getCompositeSolid()
Returns the value of the 'Composite Solid' containment reference.If the meaning of the 'Composite Solid' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Composite Solid' containment reference.
- See Also:
setCompositeSolid(CompositeSolidType),Gml311Package.getGeometricComplexPropertyType_CompositeSolid()
-
setCompositeSolid
void setCompositeSolid(CompositeSolidType value)
Sets the value of the 'Composite Solid' containment reference.- Parameters:
value- the new value of the 'Composite Solid' containment reference.- See Also:
getCompositeSolid()
-
getActuate
ActuateType getActuate()
Returns the value of the 'Actuate' attribute. The literals are from the enumerationActuateType.If the meaning of the 'Actuate' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Actuate' attribute.
- See Also:
ActuateType,isSetActuate(),unsetActuate(),setActuate(ActuateType),Gml311Package.getGeometricComplexPropertyType_Actuate()
-
setActuate
void setActuate(ActuateType value)
Sets the value of the 'Actuate' attribute.- Parameters:
value- the new value of the 'Actuate' attribute.- See Also:
ActuateType,isSetActuate(),unsetActuate(),getActuate()
-
unsetActuate
void unsetActuate()
Unsets the value of the 'Actuate' attribute.- See Also:
isSetActuate(),getActuate(),setActuate(ActuateType)
-
isSetActuate
boolean isSetActuate()
Returns whether the value of the 'Actuate' attribute is set.- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
unsetActuate(),getActuate(),setActuate(ActuateType)
-
getArcrole
String getArcrole()
Returns the value of the 'Arcrole' attribute.If the meaning of the 'Arcrole' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
setArcrole(String),Gml311Package.getGeometricComplexPropertyType_Arcrole()
-
setArcrole
void setArcrole(String value)
Sets the value of the 'Arcrole' attribute.- Parameters:
value- the new value of the 'Arcrole' attribute.- See Also:
getArcrole()
-
getHref
String getHref()
Returns the value of the 'Href' attribute.If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Href' attribute.
- See Also:
setHref(String),Gml311Package.getGeometricComplexPropertyType_Href()
-
setHref
void setHref(String value)
Sets the value of the 'Href' attribute.- Parameters:
value- the new value of the 'Href' attribute.- See Also:
getHref()
-
getRemoteSchema
String getRemoteSchema()
Returns the value of the 'Remote Schema' attribute. Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.- Returns:
- the value of the 'Remote Schema' attribute.
- See Also:
setRemoteSchema(String),Gml311Package.getGeometricComplexPropertyType_RemoteSchema()
-
setRemoteSchema
void setRemoteSchema(String value)
Sets the value of the 'Remote Schema' attribute.- Parameters:
value- the new value of the 'Remote Schema' attribute.- See Also:
getRemoteSchema()
-
getRole
String getRole()
Returns the value of the 'Role' attribute.If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Role' attribute.
- See Also:
setRole(String),Gml311Package.getGeometricComplexPropertyType_Role()
-
setRole
void setRole(String value)
Sets the value of the 'Role' attribute.- Parameters:
value- the new value of the 'Role' attribute.- See Also:
getRole()
-
getShow
ShowType getShow()
Returns the value of the 'Show' attribute. The literals are from the enumerationShowType.If the meaning of the 'Show' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Show' attribute.
- See Also:
ShowType,isSetShow(),unsetShow(),setShow(ShowType),Gml311Package.getGeometricComplexPropertyType_Show()
-
setShow
void setShow(ShowType value)
Sets the value of the 'Show' attribute.- Parameters:
value- the new value of the 'Show' attribute.- See Also:
ShowType,isSetShow(),unsetShow(),getShow()
-
unsetShow
void unsetShow()
Unsets the value of the 'Show' attribute.- See Also:
isSetShow(),getShow(),setShow(ShowType)
-
isSetShow
boolean isSetShow()
Returns whether the value of the 'Show' attribute is set.- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
unsetShow(),getShow(),setShow(ShowType)
-
getTitle
String getTitle()
Returns the value of the 'Title' attribute.If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title' attribute.
- See Also:
setTitle(String),Gml311Package.getGeometricComplexPropertyType_Title()
-
setTitle
void setTitle(String value)
Sets the value of the 'Title' attribute.- Parameters:
value- the new value of the 'Title' attribute.- See Also:
getTitle()
-
getType
TypeType getType()
Returns the value of the 'Type' attribute. The default value is"simple". The literals are from the enumerationTypeType.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
TypeType,isSetType(),unsetType(),setType(TypeType),Gml311Package.getGeometricComplexPropertyType_Type()
-
setType
void setType(TypeType value)
Sets the value of the 'Type' attribute.- Parameters:
value- the new value of the 'Type' attribute.- See Also:
TypeType,isSetType(),unsetType(),getType()
-
unsetType
void unsetType()
Unsets the value of the 'Type' attribute.- See Also:
isSetType(),getType(),setType(TypeType)
-
isSetType
boolean isSetType()
Returns whether the value of the 'Type' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
unsetType(),getType(),setType(TypeType)
-
-