Class Arc


  • public class Arc
    extends java.lang.Object

    Java class for arc complex type.

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

     <complexType name="arc">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="type" type="{}arc_type"/>
             <element name="sourceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="destinationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="multiplicity" type="{}nonNegativeInteger"/>
             <element name="reference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="breakpoint" type="{}breakpoint" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Arc()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Breakpoint> getBreakpoint()
      Gets the value of the breakpoint property.
      java.lang.String getDestinationId()
      Gets the value of the destinationId property.
      java.lang.String getId()
      Gets the value of the id property.
      int getMultiplicity()
      Gets the value of the multiplicity property.
      java.lang.String getReference()
      Gets the value of the reference property.
      java.lang.String getSourceId()
      Gets the value of the sourceId property.
      ArcType getType()
      Gets the value of the type property.
      void setDestinationId​(java.lang.String value)
      Sets the value of the destinationId property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setMultiplicity​(int value)
      Sets the value of the multiplicity property.
      void setReference​(java.lang.String value)
      Sets the value of the reference property.
      void setSourceId​(java.lang.String value)
      Sets the value of the sourceId property.
      void setType​(ArcType value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.String id
      • sourceId

        protected java.lang.String sourceId
      • destinationId

        protected java.lang.String destinationId
      • multiplicity

        protected int multiplicity
      • reference

        protected java.lang.String reference
      • breakpoint

        protected java.util.List<Breakpoint> breakpoint
    • Constructor Detail

      • Arc

        public Arc()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getType

        public ArcType getType()
        Gets the value of the type property.
        Returns:
        possible object is ArcType
      • setType

        public void setType​(ArcType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is ArcType
      • getSourceId

        public java.lang.String getSourceId()
        Gets the value of the sourceId property.
        Returns:
        possible object is String
      • setSourceId

        public void setSourceId​(java.lang.String value)
        Sets the value of the sourceId property.
        Parameters:
        value - allowed object is String
      • getDestinationId

        public java.lang.String getDestinationId()
        Gets the value of the destinationId property.
        Returns:
        possible object is String
      • setDestinationId

        public void setDestinationId​(java.lang.String value)
        Sets the value of the destinationId property.
        Parameters:
        value - allowed object is String
      • getMultiplicity

        public int getMultiplicity()
        Gets the value of the multiplicity property.
      • setMultiplicity

        public void setMultiplicity​(int value)
        Sets the value of the multiplicity property.
      • getReference

        public java.lang.String getReference()
        Gets the value of the reference property.
        Returns:
        possible object is String
      • setReference

        public void setReference​(java.lang.String value)
        Sets the value of the reference property.
        Parameters:
        value - allowed object is String
      • getBreakpoint

        public java.util.List<Breakpoint> getBreakpoint()
        Gets the value of the breakpoint property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the breakpoint property.

        For example, to add a new item, do as follows:

            getBreakpoint().add(newItem);
         

        Objects of the following type(s) are allowed in the list Breakpoint