Class BuildObject

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

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

    • packageObjectId

      protected long packageObjectId
    • objectPath

      protected String objectPath
    • objectTypeCode

      protected String objectTypeCode
    • subcomponentName

      protected String subcomponentName
    • subcomponentType

      protected String subcomponentType
    • objectHash

      protected String objectHash
  • Constructor Details

    • BuildObject

      public BuildObject()
  • Method Details

    • getPackageObjectId

      public long getPackageObjectId()
      Gets the value of the packageObjectId property.
    • setPackageObjectId

      public void setPackageObjectId(long value)
      Sets the value of the packageObjectId property.
    • getObjectPath

      public String getObjectPath()
      Gets the value of the objectPath property.
      Returns:
      possible object is String
    • setObjectPath

      public void setObjectPath(String value)
      Sets the value of the objectPath property.
      Parameters:
      value - allowed object is String
    • getObjectTypeCode

      public String getObjectTypeCode()
      Gets the value of the objectTypeCode property.
      Returns:
      possible object is String
    • setObjectTypeCode

      public void setObjectTypeCode(String value)
      Sets the value of the objectTypeCode property.
      Parameters:
      value - allowed object is String
    • getSubcomponentName

      public String getSubcomponentName()
      Gets the value of the subcomponentName property.
      Returns:
      possible object is String
    • setSubcomponentName

      public void setSubcomponentName(String value)
      Sets the value of the subcomponentName property.
      Parameters:
      value - allowed object is String
    • getSubcomponentType

      public String getSubcomponentType()
      Gets the value of the subcomponentType property.
      Returns:
      possible object is String
    • setSubcomponentType

      public void setSubcomponentType(String value)
      Sets the value of the subcomponentType property.
      Parameters:
      value - allowed object is String
    • getObjectHash

      public String getObjectHash()
      Gets the value of the objectHash property.
      Returns:
      possible object is String
    • setObjectHash

      public void setObjectHash(String value)
      Sets the value of the objectHash property.
      Parameters:
      value - allowed object is String