public class 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 ref="{}properties" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="short-name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="email" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="1"/> <enumeration value="2"/> </restriction> </simpleType> </attribute> <attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="units" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="note" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="std-rate" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ovt-rate" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="calendar" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
calendar |
protected String |
email |
protected String |
group |
protected String |
id |
protected String |
name |
protected String |
note |
protected String |
ovtRate |
protected Properties |
properties |
protected String |
shortName |
protected String |
stdRate |
protected String |
type |
protected String |
units |
Constructor and Description |
---|
Resource() |
Modifier and Type | Method and Description |
---|---|
String |
getCalendar()
Gets the value of the calendar property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getGroup()
Gets the value of the group property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNote()
Gets the value of the note property.
|
String |
getOvtRate()
Gets the value of the ovtRate property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
String |
getShortName()
Gets the value of the shortName property.
|
String |
getStdRate()
Gets the value of the stdRate property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUnits()
Gets the value of the units property.
|
void |
setCalendar(String value)
Sets the value of the calendar property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNote(String value)
Sets the value of the note property.
|
void |
setOvtRate(String value)
Sets the value of the ovtRate property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setShortName(String value)
Sets the value of the shortName property.
|
void |
setStdRate(String value)
Sets the value of the stdRate property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
protected Properties properties
protected String id
protected String name
protected String shortName
protected String email
protected String type
protected String group
protected String units
protected String note
protected String stdRate
protected String ovtRate
protected String calendar
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getShortName()
String
public void setShortName(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getGroup()
String
public void setGroup(String value)
value
- allowed object is
String
public String getUnits()
String
public void setUnits(String value)
value
- allowed object is
String
public String getNote()
String
public void setNote(String value)
value
- allowed object is
String
public String getStdRate()
String
public void setStdRate(String value)
value
- allowed object is
String
public String getOvtRate()
String
public void setOvtRate(String value)
value
- allowed object is
String
public String getCalendar()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.