Interface DeployedSystem

All Superinterfaces:
AbstractGML, Serializable
All Known Implementing Classes:
DeployedSystemImpl

public interface DeployedSystem extends AbstractGML
POJO class for type DeployedSystem This is a complex type.
  • Field Details

    • DEFAULT_QNAME

      static final QName DEFAULT_QNAME
  • Method Details

    • getSystemRef

      Reference getSystemRef()
      Gets the reference to the system
    • setSystemRef

      void setSystemRef(Reference systemRef)
      Sets the reference to the system
    • getPosition

      Serializable getPosition()
      Gets the position property
    • isSetPosition

      boolean isSetPosition()
      Checks if position is set
    • setPositionAsText

      void setPositionAsText(Text position)
      Adds a new positionAsText property
    • setPositionAsPoint

      void setPositionAsPoint(Point position)
      Adds a new positionAsPoint property
    • setPositionAsVector

      void setPositionAsVector(Vector position)
      Adds a new positionAsVector property
    • setPositionAsPose

      void setPositionAsPose(Pose pose)
      Adds a new positionAsPose property
    • getConfiguration

      Settings getConfiguration()
      Gets the configuration property
    • isSetConfiguration

      boolean isSetConfiguration()
      Checks if configuration is set
    • setConfiguration

      void setConfiguration(Settings configuration)
      Sets the configuration property