public class ActivityStepDeleteType extends Object
Java class for ActivityStepDeleteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityStepDeleteType">
<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"/>
</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 |
| Constructor and Description |
|---|
ActivityStepDeleteType() |
| 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.
|
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.
|
protected Integer activityObjectId
protected String activityStepName
protected Integer activityStepObjectId
protected Integer changeSetObjectId
protected LocalDateTime date
protected Integer requestUserObjectId
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()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.