public class DeployObject
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="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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Calendar |
endTime |
protected java.lang.String |
objectPath |
protected java.lang.String |
objectTypeCode |
protected long |
packageObjectId |
protected long |
projectObjectId |
protected java.util.Calendar |
startTime |
protected StatusType |
status |
protected java.lang.String |
subcomponentName |
protected java.lang.String |
subcomponentType |
| Constructor and Description |
|---|
DeployObject() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Calendar |
getEndTime()
Gets the value of the endTime property.
|
java.lang.String |
getObjectPath()
Gets the value of the objectPath property.
|
java.lang.String |
getObjectTypeCode()
Gets the value of the objectTypeCode property.
|
long |
getPackageObjectId()
Gets the value of the packageObjectId property.
|
long |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
java.util.Calendar |
getStartTime()
Gets the value of the startTime property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getSubcomponentName()
Gets the value of the subcomponentName property.
|
java.lang.String |
getSubcomponentType()
Gets the value of the subcomponentType property.
|
void |
setEndTime(java.util.Calendar value)
Sets the value of the endTime property.
|
void |
setObjectPath(java.lang.String value)
Sets the value of the objectPath property.
|
void |
setObjectTypeCode(java.lang.String value)
Sets the value of the objectTypeCode property.
|
void |
setPackageObjectId(long value)
Sets the value of the packageObjectId property.
|
void |
setProjectObjectId(long value)
Sets the value of the projectObjectId property.
|
void |
setStartTime(java.util.Calendar value)
Sets the value of the startTime property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
void |
setSubcomponentName(java.lang.String value)
Sets the value of the subcomponentName property.
|
void |
setSubcomponentType(java.lang.String value)
Sets the value of the subcomponentType property.
|
protected long packageObjectId
protected long projectObjectId
protected java.lang.String objectPath
protected java.lang.String objectTypeCode
protected java.lang.String subcomponentName
protected java.lang.String subcomponentType
protected java.util.Calendar startTime
protected java.util.Calendar endTime
protected StatusType status
public long getPackageObjectId()
public void setPackageObjectId(long value)
public long getProjectObjectId()
public void setProjectObjectId(long value)
public java.lang.String getObjectPath()
Stringpublic void setObjectPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getObjectTypeCode()
Stringpublic void setObjectTypeCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubcomponentName()
Stringpublic void setSubcomponentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubcomponentType()
Stringpublic void setSubcomponentType(java.lang.String value)
value - allowed object is
Stringpublic java.util.Calendar getStartTime()
Stringpublic void setStartTime(java.util.Calendar value)
value - allowed object is
Stringpublic java.util.Calendar getEndTime()
Stringpublic void setEndTime(java.util.Calendar value)
value - allowed object is
Stringpublic StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusType