Class DeployObject
java.lang.Object
flexagon.fd.core.partial.jaxb.deploy.DeployObject
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endTime property.Gets the value of the objectPath property.Gets the value of the objectTypeCode property.longGets the value of the packageObjectId property.longGets the value of the projectObjectId property.Gets the value of the startTime property.Gets the value of the status property.Gets the value of the subcomponentName property.Gets the value of the subcomponentType property.voidsetEndTime(Calendar value) Sets the value of the endTime property.voidsetObjectPath(String value) Sets the value of the objectPath property.voidsetObjectTypeCode(String value) Sets the value of the objectTypeCode property.voidsetPackageObjectId(long value) Sets the value of the packageObjectId property.voidsetProjectObjectId(long value) Sets the value of the projectObjectId property.voidsetStartTime(Calendar value) Sets the value of the startTime property.voidsetStatus(StatusType value) Sets the value of the status property.voidsetSubcomponentName(String value) Sets the value of the subcomponentName property.voidsetSubcomponentType(String value) Sets the value of the subcomponentType property.
-
Field Details
-
packageObjectId
protected long packageObjectId -
projectObjectId
protected long projectObjectId -
objectPath
-
objectTypeCode
-
subcomponentName
-
subcomponentType
-
startTime
-
endTime
-
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
Gets the value of the objectPath property.- Returns:
- possible object is
String
-
setObjectPath
Sets the value of the objectPath property.- Parameters:
value- allowed object isString
-
getObjectTypeCode
Gets the value of the objectTypeCode property.- Returns:
- possible object is
String
-
setObjectTypeCode
Sets the value of the objectTypeCode property.- Parameters:
value- allowed object isString
-
getSubcomponentName
Gets the value of the subcomponentName property.- Returns:
- possible object is
String
-
setSubcomponentName
Sets the value of the subcomponentName property.- Parameters:
value- allowed object isString
-
getSubcomponentType
Gets the value of the subcomponentType property.- Returns:
- possible object is
String
-
setSubcomponentType
Sets the value of the subcomponentType property.- Parameters:
value- allowed object isString
-
getStartTime
Gets the value of the startTime property.- Returns:
- possible object is
String
-
setStartTime
Sets the value of the startTime property.- Parameters:
value- allowed object isString
-
getEndTime
Gets the value of the endTime property.- Returns:
- possible object is
String
-
setEndTime
Sets the value of the endTime property.- Parameters:
value- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
StatusType
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatusType
-