Class ConnectorDefinition


public class ConnectorDefinition extends ViewDefinition

Java class for ConnectorDefinition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConnectorDefinition">
   <complexContent>
     <extension base="{http://www.omg.com/dd/1.0.0}ViewDefinition">
       <attribute name="sourceDefinition" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="targetDefinition" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • sourceDefinition

      protected QName sourceDefinition
    • targetDefinition

      protected QName targetDefinition
  • Constructor Details

    • ConnectorDefinition

      public ConnectorDefinition()
  • Method Details

    • getSourceDefinition

      public QName getSourceDefinition()
      Gets the value of the sourceDefinition property.
      Returns:
      possible object is QName
    • setSourceDefinition

      public void setSourceDefinition(QName value)
      Sets the value of the sourceDefinition property.
      Parameters:
      value - allowed object is QName
    • getTargetDefinition

      public QName getTargetDefinition()
      Gets the value of the targetDefinition property.
      Returns:
      possible object is QName
    • setTargetDefinition

      public void setTargetDefinition(QName value)
      Sets the value of the targetDefinition property.
      Parameters:
      value - allowed object is QName