public static class Document.Resources.Resource extends Object
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="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}OutlineNumber"/>
<element name="CalendarID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="SubType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="work"/>
<enumeration value="material"/>
<enumeration value="cost"/>
<enumeration value="equipment"/>
<enumeration value="company"/>
</restriction>
</simpleType>
</element>
<element name="EMail" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="CostTimeUnit" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ShortTimeUnitType"/>
<element name="Group" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ShowAssignedTasks" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}StyleProject"/>
<element name="MarkerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}Hyperlinks"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
calendarID |
protected Double |
cost |
protected TimeUnit |
costTimeUnit |
protected String |
eMail |
protected String |
group |
protected Hyperlinks |
hyperlinks |
protected Integer |
id |
protected Integer |
markerID |
protected String |
name |
protected String |
note |
protected String |
outlineNumber |
protected boolean |
showAssignedTasks |
protected StyleProject |
styleProject |
protected ResourceType |
subType |
protected ResourceType |
type |
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCalendarID()
Gets the value of the calendarID property.
|
Double |
getCost()
Gets the value of the cost property.
|
TimeUnit |
getCostTimeUnit()
Gets the value of the costTimeUnit property.
|
String |
getEMail()
Gets the value of the eMail property.
|
String |
getGroup()
Gets the value of the group property.
|
Hyperlinks |
getHyperlinks()
Hyperlinks associated with the resource.
|
Integer |
getID()
Gets the value of the id property.
|
Integer |
getMarkerID()
Gets the value of the markerID property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNote()
Gets the value of the note property.
|
String |
getOutlineNumber()
The outline number of the resource.
|
StyleProject |
getStyleProject()
Gets the value of the styleProject property.
|
ResourceType |
getSubType()
Gets the value of the subType property.
|
ResourceType |
getType()
Gets the value of the type property.
|
boolean |
isShowAssignedTasks()
Gets the value of the showAssignedTasks property.
|
void |
setCalendarID(Integer value)
Sets the value of the calendarID property.
|
void |
setCost(Double value)
Sets the value of the cost property.
|
void |
setCostTimeUnit(TimeUnit value)
Sets the value of the costTimeUnit property.
|
void |
setEMail(String value)
Sets the value of the eMail property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setHyperlinks(Hyperlinks value)
Sets the value of the hyperlinks property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setMarkerID(Integer value)
Sets the value of the markerID property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNote(String value)
Sets the value of the note property.
|
void |
setOutlineNumber(String value)
Sets the value of the outlineNumber property.
|
void |
setShowAssignedTasks(boolean value)
Sets the value of the showAssignedTasks property.
|
void |
setStyleProject(StyleProject value)
Sets the value of the styleProject property.
|
void |
setSubType(ResourceType value)
Sets the value of the subType property.
|
void |
setType(ResourceType value)
Sets the value of the type property.
|
protected Integer id
protected String outlineNumber
protected Integer calendarID
protected String name
protected ResourceType type
protected ResourceType subType
protected String eMail
protected String note
protected Double cost
protected TimeUnit costTimeUnit
protected String group
protected boolean showAssignedTasks
protected StyleProject styleProject
protected Integer markerID
protected Hyperlinks hyperlinks
public void setID(Integer value)
value - allowed object is
Stringpublic String getOutlineNumber()
Stringpublic void setOutlineNumber(String value)
value - allowed object is
Stringpublic Integer getCalendarID()
Stringpublic void setCalendarID(Integer value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ResourceType getType()
Stringpublic void setType(ResourceType value)
value - allowed object is
Stringpublic ResourceType getSubType()
Stringpublic void setSubType(ResourceType value)
value - allowed object is
Stringpublic String getEMail()
Stringpublic void setEMail(String value)
value - allowed object is
Stringpublic String getNote()
Stringpublic void setNote(String value)
value - allowed object is
Stringpublic Double getCost()
Stringpublic void setCost(Double value)
value - allowed object is
Stringpublic TimeUnit getCostTimeUnit()
Stringpublic void setCostTimeUnit(TimeUnit value)
value - allowed object is
Stringpublic String getGroup()
Stringpublic void setGroup(String value)
value - allowed object is
Stringpublic boolean isShowAssignedTasks()
public void setShowAssignedTasks(boolean value)
public StyleProject getStyleProject()
StyleProjectpublic void setStyleProject(StyleProject value)
value - allowed object is
StyleProjectpublic Integer getMarkerID()
Stringpublic void setMarkerID(Integer value)
value - allowed object is
Stringpublic Hyperlinks getHyperlinks()
Hyperlinkspublic void setHyperlinks(Hyperlinks value)
value - allowed object is
HyperlinksCopyright © 2000–2025 MPXJ. All rights reserved.