public class ActivityStepCreateType extends Object
Java class for ActivityStepCreateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityStepCreateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ActivityStepName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="120"/>
</restriction>
</simpleType>
</element>
<element name="ActivityStepObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ChangeSetObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RequestUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="StepPercentComplete" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
<maxInclusive value="100.0"/>
</restriction>
</simpleType>
</element>
<element name="StepWeight" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
<maxInclusive value="999999.0"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
activityObjectId |
protected String |
activityStepName |
protected Integer |
activityStepObjectId |
protected Integer |
changeSetObjectId |
protected LocalDateTime |
date |
protected Integer |
requestUserObjectId |
protected Double |
stepPercentComplete |
protected Double |
stepWeight |
| Constructor and Description |
|---|
ActivityStepCreateType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
String |
getActivityStepName()
Gets the value of the activityStepName property.
|
Integer |
getActivityStepObjectId()
Gets the value of the activityStepObjectId property.
|
Integer |
getChangeSetObjectId()
Gets the value of the changeSetObjectId property.
|
LocalDateTime |
getDate()
Gets the value of the date property.
|
Integer |
getRequestUserObjectId()
Gets the value of the requestUserObjectId property.
|
Double |
getStepPercentComplete()
Gets the value of the stepPercentComplete property.
|
Double |
getStepWeight()
Gets the value of the stepWeight property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setActivityStepName(String value)
Sets the value of the activityStepName property.
|
void |
setActivityStepObjectId(Integer value)
Sets the value of the activityStepObjectId property.
|
void |
setChangeSetObjectId(Integer value)
Sets the value of the changeSetObjectId property.
|
void |
setDate(LocalDateTime value)
Sets the value of the date property.
|
void |
setRequestUserObjectId(Integer value)
Sets the value of the requestUserObjectId property.
|
void |
setStepPercentComplete(Double value)
Sets the value of the stepPercentComplete property.
|
void |
setStepWeight(Double value)
Sets the value of the stepWeight property.
|
protected Integer activityObjectId
protected String activityStepName
protected Integer activityStepObjectId
protected Integer changeSetObjectId
protected LocalDateTime date
protected Integer requestUserObjectId
protected Double stepPercentComplete
protected Double stepWeight
public Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic String getActivityStepName()
Stringpublic void setActivityStepName(String value)
value - allowed object is
Stringpublic Integer getActivityStepObjectId()
Integerpublic void setActivityStepObjectId(Integer value)
value - allowed object is
Integerpublic Integer getChangeSetObjectId()
Integerpublic void setChangeSetObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getDate()
Stringpublic void setDate(LocalDateTime value)
value - allowed object is
Stringpublic Integer getRequestUserObjectId()
Integerpublic void setRequestUserObjectId(Integer value)
value - allowed object is
Integerpublic Double getStepPercentComplete()
Stringpublic void setStepPercentComplete(Double value)
value - allowed object is
Stringpublic Double getStepWeight()
StringCopyright © 2000–2025 MPXJ. All rights reserved.