public class DeployResults
extends java.lang.Object
implements java.io.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>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<DeployObject> | 
deployObject  | 
protected java.util.Calendar | 
endTime  | 
protected java.util.Calendar | 
startTime  | 
| Constructor and Description | 
|---|
DeployResults()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<DeployObject> | 
getDeployObject()
Gets the value of the deployObject property. 
 | 
java.util.Calendar | 
getEndTime()
Gets the value of the endTime property. 
 | 
java.util.Calendar | 
getStartTime()
Gets the value of the startTime property. 
 | 
void | 
setEndTime(java.util.Calendar value)
Sets the value of the endTime property. 
 | 
void | 
setStartTime(java.util.Calendar value)
Sets the value of the startTime property. 
 | 
protected java.util.Calendar startTime
protected java.util.Calendar endTime
protected java.util.List<DeployObject> deployObject
public java.util.Calendar getStartTime()
Stringpublic void setStartTime(java.util.Calendar value)
value - allowed object is
     Stringpublic java.util.Calendar getEndTime()
Stringpublic void setEndTime(java.util.Calendar value)
value - allowed object is
     Stringpublic java.util.List<DeployObject> getDeployObject()
 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 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