Class DeployResults
java.lang.Object
flexagon.fd.core.partial.jaxb.deploy.DeployResults
- 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="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="DeployObject" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PackageObjectId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ObjectPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ObjectTypeCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SubcomponentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubcomponentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Status" type="{http://flexagon.com/partial/results}StatusType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<DeployObject>protected Calendarprotected Calendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deployObject property.Gets the value of the endTime property.Gets the value of the startTime property.voidsetEndTime(Calendar value) Sets the value of the endTime property.voidsetStartTime(Calendar value) Sets the value of the startTime property.
-
Field Details
-
startTime
-
endTime
-
deployObject
-
-
Constructor Details
-
DeployResults
public DeployResults()
-
-
Method Details
-
getStartTime
Gets the value of the startTime property.- Returns:
- possible object is
String
-
setStartTime
Sets the value of the startTime property.- Parameters:
value- allowed object isString
-
getEndTime
Gets the value of the endTime property.- Returns:
- possible object is
String
-
setEndTime
Sets the value of the endTime property.- Parameters:
value- allowed object isString
-
getDeployObject
Gets the value of the deployObject 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
setmethod for the deployObject property.For example, to add a new item, do as follows:
getDeployObject().add(newItem);Objects of the following type(s) are allowed in the list
DeployObject
-