public class AddServiceOrder extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="BookingID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="TimeStart" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="TimeEnd" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ServiceTypeID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="StateID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="EstimatedCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="GuaranteedCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ActualCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
actualCount |
protected int |
bookingID |
protected int |
categoryID |
protected int |
estimatedCount |
protected int |
guaranteedCount |
protected String |
password |
protected int |
serviceTypeID |
protected int |
stateID |
protected XMLGregorianCalendar |
timeEnd |
protected XMLGregorianCalendar |
timeStart |
protected String |
userName |
| Constructor and Description |
|---|
AddServiceOrder() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
int |
getActualCount()
Gets the value of the actualCount property.
|
int |
getBookingID()
Gets the value of the bookingID property.
|
int |
getCategoryID()
Gets the value of the categoryID property.
|
int |
getEstimatedCount()
Gets the value of the estimatedCount property.
|
int |
getGuaranteedCount()
Gets the value of the guaranteedCount property.
|
String |
getPassword()
Gets the value of the password property.
|
int |
getServiceTypeID()
Gets the value of the serviceTypeID property.
|
int |
getStateID()
Gets the value of the stateID property.
|
XMLGregorianCalendar |
getTimeEnd()
Gets the value of the timeEnd property.
|
XMLGregorianCalendar |
getTimeStart()
Gets the value of the timeStart property.
|
String |
getUserName()
Gets the value of the userName property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setActualCount(int value)
Sets the value of the actualCount property.
|
void |
setBookingID(int value)
Sets the value of the bookingID property.
|
void |
setCategoryID(int value)
Sets the value of the categoryID property.
|
void |
setEstimatedCount(int value)
Sets the value of the estimatedCount property.
|
void |
setGuaranteedCount(int value)
Sets the value of the guaranteedCount property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setServiceTypeID(int value)
Sets the value of the serviceTypeID property.
|
void |
setStateID(int value)
Sets the value of the stateID property.
|
void |
setTimeEnd(XMLGregorianCalendar value)
Sets the value of the timeEnd property.
|
void |
setTimeStart(XMLGregorianCalendar value)
Sets the value of the timeStart property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
String |
toString() |
protected String userName
protected String password
protected int categoryID
protected int bookingID
protected XMLGregorianCalendar timeStart
protected XMLGregorianCalendar timeEnd
protected int serviceTypeID
protected int stateID
protected int estimatedCount
protected int guaranteedCount
protected int actualCount
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic int getCategoryID()
public void setCategoryID(int value)
public int getBookingID()
public void setBookingID(int value)
public XMLGregorianCalendar getTimeStart()
XMLGregorianCalendarpublic void setTimeStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getTimeEnd()
XMLGregorianCalendarpublic void setTimeEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getServiceTypeID()
public void setServiceTypeID(int value)
public int getStateID()
public void setStateID(int value)
public int getEstimatedCount()
public void setEstimatedCount(int value)
public int getGuaranteedCount()
public void setGuaranteedCount(int value)
public int getActualCount()
public void setActualCount(int value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.