public class BuildManifest
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="BuildObject" 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="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="ObjectHash" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<BuildObject> | 
buildObject  | 
| Constructor and Description | 
|---|
BuildManifest()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<BuildObject> | 
getBuildObject()
Gets the value of the buildObject property. 
 | 
protected java.util.List<BuildObject> buildObject
public java.util.List<BuildObject> getBuildObject()
 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 buildObject property.
 
For example, to add a new item, do as follows:
    getBuildObject().add(newItem);
 
 
 Objects of the following type(s) are allowed in the list
 BuildObject