Class ExecutionData
java.lang.Object
flexagon.fd.model.jaxb.releaseautomation.model.ExecutionData
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected RelatedTicketListTypeprotected ReleaseProjectListType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the relatedTicket property.Gets the value of the relatedTickets property.Gets the value of the releaseProjects property.voidsetRelatedTicket(String value) Sets the value of the relatedTicket property.voidSets the value of the relatedTickets property.voidSets the value of the releaseProjects property.
-
Field Details
-
releaseProjects
-
Constructor Details
-
ExecutionData
public ExecutionData()
-
-
Method Details
-
getRelatedTicket
Gets the value of the relatedTicket property.- Returns:
- possible object is
String
-
setRelatedTicket
Sets the value of the relatedTicket property.- Parameters:
value- allowed object isString
-
getReleaseProjects
Gets the value of the releaseProjects property.- Returns:
- possible object is
ReleaseProjectListType
-
setReleaseProjects
Sets the value of the releaseProjects property.- Parameters:
value- allowed object isReleaseProjectListType
-
getRelatedTickets
Gets the value of the relatedTickets property.- Returns:
- possible object is
RelatedTicketListType
-
setRelatedTickets
Sets the value of the relatedTickets property.- Parameters:
value- allowed object isRelatedTicketListType
-