Class ExecutionData

java.lang.Object
flexagon.fd.model.jaxb.releaseautomation.model.ExecutionData
All Implemented Interfaces:
Serializable

public class ExecutionData extends Object implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RelatedTicket" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReleaseProjects" type="{http://flexagon.com/release/executionunits}ReleaseProjectListType"/>
         <element ref="{http://flexagon.com/release/executionunits}RelatedTickets" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ExecutionData

      public ExecutionData()
  • Method Details

    • getRelatedTicket

      public String getRelatedTicket()
      Gets the value of the relatedTicket property.
      Returns:
      possible object is String
    • setRelatedTicket

      public void setRelatedTicket(String value)
      Sets the value of the relatedTicket property.
      Parameters:
      value - allowed object is String
    • getReleaseProjects

      public ReleaseProjectListType getReleaseProjects()
      Gets the value of the releaseProjects property.
      Returns:
      possible object is ReleaseProjectListType
    • setReleaseProjects

      public void setReleaseProjects(ReleaseProjectListType value)
      Sets the value of the releaseProjects property.
      Parameters:
      value - allowed object is ReleaseProjectListType
    • getRelatedTickets

      public RelatedTicketListType getRelatedTickets()
      Gets the value of the relatedTickets property.
      Returns:
      possible object is RelatedTicketListType
    • setRelatedTickets

      public void setRelatedTickets(RelatedTicketListType value)
      Sets the value of the relatedTickets property.
      Parameters:
      value - allowed object is RelatedTicketListType