Class DeployObject

java.lang.Object
flexagon.fd.core.partial.jaxb.deploy.DeployObject
All Implemented Interfaces:
Serializable

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

    • packageObjectId

      protected long packageObjectId
    • projectObjectId

      protected long projectObjectId
    • objectPath

      protected String objectPath
    • objectTypeCode

      protected String objectTypeCode
    • subcomponentName

      protected String subcomponentName
    • subcomponentType

      protected String subcomponentType
    • startTime

      protected Calendar startTime
    • endTime

      protected Calendar endTime
    • status

      protected StatusType status
  • Constructor Details

    • DeployObject

      public DeployObject()
  • 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.
    • getProjectObjectId

      public long getProjectObjectId()
      Gets the value of the projectObjectId property.
    • setProjectObjectId

      public void setProjectObjectId(long value)
      Sets the value of the projectObjectId 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
    • getStartTime

      public Calendar getStartTime()
      Gets the value of the startTime property.
      Returns:
      possible object is String
    • setStartTime

      public void setStartTime(Calendar value)
      Sets the value of the startTime property.
      Parameters:
      value - allowed object is String
    • getEndTime

      public Calendar getEndTime()
      Gets the value of the endTime property.
      Returns:
      possible object is String
    • setEndTime

      public void setEndTime(Calendar value)
      Sets the value of the endTime property.
      Parameters:
      value - allowed object is String
    • getStatus

      public StatusType getStatus()
      Gets the value of the status property.
      Returns:
      possible object is StatusType
    • setStatus

      public void setStatus(StatusType value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is StatusType