Class ServiceRequest
-
- All Implemented Interfaces:
public class ServiceRequest
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> <choice> <element ref="{}ServiceId"/> <element ref="{}Service"/> </choice> <element ref="{}ServiceOrderNumber" minOccurs="0"/> <element ref="{}RequestedQuantity"/> <element ref="{}DeliveredQuantity" minOccurs="0"/> <element ref="{}Comment" minOccurs="0"/> <element ref="{}ModifyDate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ServiceRequest()
-
Method Summary
Modifier and Type Method Description String
getServiceId()
Gets the value of the serviceId property. void
setServiceId(String value)
Sets the value of the serviceId property. Service
getService()
Gets the value of the service property. void
setService(Service value)
Sets the value of the service property. String
getServiceOrderNumber()
Gets the value of the serviceOrderNumber property. void
setServiceOrderNumber(String value)
Sets the value of the serviceOrderNumber property. RequestedQuantity
getRequestedQuantity()
Gets the value of the requestedQuantity property. void
setRequestedQuantity(RequestedQuantity value)
Sets the value of the requestedQuantity property. DeliveredQuantity
getDeliveredQuantity()
Gets the value of the deliveredQuantity property. void
setDeliveredQuantity(DeliveredQuantity value)
Sets the value of the deliveredQuantity property. Comment
getComment()
Gets the value of the comment property. void
setComment(Comment value)
Sets the value of the comment property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. -
-
Method Detail
-
getServiceId
String getServiceId()
Gets the value of the serviceId property.
- Returns:
possibleobject is String
-
setServiceId
void setServiceId(String value)
Sets the value of the serviceId property.
- Parameters:
value
- allowed object is String
-
getService
Service getService()
Gets the value of the service property.
- Returns:
possibleobject is Service
-
setService
void setService(Service value)
Sets the value of the service property.
- Parameters:
value
- allowed object is Service
-
getServiceOrderNumber
String getServiceOrderNumber()
Gets the value of the serviceOrderNumber property.
- Returns:
possibleobject is String
-
setServiceOrderNumber
void setServiceOrderNumber(String value)
Sets the value of the serviceOrderNumber property.
- Parameters:
value
- allowed object is String
-
getRequestedQuantity
RequestedQuantity getRequestedQuantity()
Gets the value of the requestedQuantity property.
- Returns:
possibleobject is RequestedQuantity
-
setRequestedQuantity
void setRequestedQuantity(RequestedQuantity value)
Sets the value of the requestedQuantity property.
- Parameters:
value
- allowed object is RequestedQuantity
-
getDeliveredQuantity
DeliveredQuantity getDeliveredQuantity()
Gets the value of the deliveredQuantity property.
- Returns:
possibleobject is DeliveredQuantity
-
setDeliveredQuantity
void setDeliveredQuantity(DeliveredQuantity value)
Sets the value of the deliveredQuantity property.
- Parameters:
value
- allowed object is DeliveredQuantity
-
getComment
Comment getComment()
Gets the value of the comment property.
- Returns:
possibleobject is Comment
-
setComment
void setComment(Comment value)
Sets the value of the comment property.
- Parameters:
value
- allowed object is Comment
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
-
-
-