Class BuildManifest

java.lang.Object
flexagon.fd.core.partial.jaxb.build.BuildManifest
All Implemented Interfaces:
Serializable

public class BuildManifest 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="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>
 
See Also:
  • Field Details

  • Constructor Details

    • BuildManifest

      public BuildManifest()
  • Method Details

    • getBuildObject

      public List<BuildObject> getBuildObject()
      Gets the value of the buildObject 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 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