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
String
public String getOutlineNumber()
String
public void setOutlineNumber(String value)
value
- allowed object is
String
public Integer getCalendarID()
String
public void setCalendarID(Integer value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public ResourceType getType()
String
public void setType(ResourceType value)
value
- allowed object is
String
public ResourceType getSubType()
String
public void setSubType(ResourceType value)
value
- allowed object is
String
public String getEMail()
String
public void setEMail(String value)
value
- allowed object is
String
public String getNote()
String
public void setNote(String value)
value
- allowed object is
String
public Double getCost()
String
public void setCost(Double value)
value
- allowed object is
String
public TimeUnit getCostTimeUnit()
String
public void setCostTimeUnit(TimeUnit value)
value
- allowed object is
String
public String getGroup()
String
public void setGroup(String value)
value
- allowed object is
String
public boolean isShowAssignedTasks()
public void setShowAssignedTasks(boolean value)
public StyleProject getStyleProject()
StyleProject
public void setStyleProject(StyleProject value)
value
- allowed object is
StyleProject
public Integer getMarkerID()
String
public void setMarkerID(Integer value)
value
- allowed object is
String
public Hyperlinks getHyperlinks()
Hyperlinks
public void setHyperlinks(Hyperlinks value)
value
- allowed object is
Hyperlinks
Copyright © 2000–2024 Packwood Software. All rights reserved.