| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.relationships_2013_2.JobMilestones |
Java class for JobMilestones complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobMilestones">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="milestoneName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="milestoneOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="milestoneEstComplete" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="milestoneCompleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="milestoneComments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| milestoneComments | |||||||||||
| milestoneCompleted | |||||||||||
| milestoneEstComplete | |||||||||||
| milestoneName | |||||||||||
| milestoneOrder | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the milestoneComments property.
| |||||||||||
Gets the value of the milestoneCompleted property.
| |||||||||||
Gets the value of the milestoneEstComplete property.
| |||||||||||
Gets the value of the milestoneName property.
| |||||||||||
Gets the value of the milestoneOrder property.
| |||||||||||
Sets the value of the milestoneComments property.
| |||||||||||
Sets the value of the milestoneCompleted property.
| |||||||||||
Sets the value of the milestoneEstComplete property.
| |||||||||||
Sets the value of the milestoneName property.
| |||||||||||
Sets the value of the milestoneOrder property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the milestoneComments property.
Gets the value of the milestoneCompleted property. This getter has been renamed from isMilestoneCompleted() to getMilestoneCompleted() by cxf-xjc-boolean plugin.
Gets the value of the milestoneEstComplete property.
Gets the value of the milestoneName property.
Gets the value of the milestoneOrder property.
Sets the value of the milestoneComments property.
| value | Allowed object is String |
|---|
Sets the value of the milestoneCompleted property.
| value | Allowed object is Boolean |
|---|
Sets the value of the milestoneEstComplete property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the milestoneName property.
| value | Allowed object is String |
|---|
Sets the value of the milestoneOrder property.
| value | Allowed object is String |
|---|