Package iofXml.v2
Class ServiceRequest
java.lang.Object
iofXml.v2.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Commentprotected DeliveredQuantityprotected ModifyDateprotected RequestedQuantityprotected Serviceprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comment property.Gets the value of the deliveredQuantity property.Gets the value of the modifyDate property.Gets the value of the requestedQuantity property.Gets the value of the service property.Gets the value of the serviceId property.Gets the value of the serviceOrderNumber property.voidsetComment(Comment value) Sets the value of the comment property.voidSets the value of the deliveredQuantity property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the requestedQuantity property.voidsetService(Service value) Sets the value of the service property.voidsetServiceId(String value) Sets the value of the serviceId property.voidsetServiceOrderNumber(String value) Sets the value of the serviceOrderNumber property.
-
Field Details
-
serviceId
-
service
-
serviceOrderNumber
-
requestedQuantity
-
deliveredQuantity
-
comment
-
modifyDate
-
-
Constructor Details
-
ServiceRequest
public ServiceRequest()
-
-
Method Details
-
getServiceId
Gets the value of the serviceId property.- Returns:
- possible object is
String
-
setServiceId
Sets the value of the serviceId property.- Parameters:
value- allowed object isString
-
getService
Gets the value of the service property.- Returns:
- possible object is
Service
-
setService
Sets the value of the service property.- Parameters:
value- allowed object isService
-
getServiceOrderNumber
Gets the value of the serviceOrderNumber property.- Returns:
- possible object is
String
-
setServiceOrderNumber
Sets the value of the serviceOrderNumber property.- Parameters:
value- allowed object isString
-
getRequestedQuantity
Gets the value of the requestedQuantity property.- Returns:
- possible object is
RequestedQuantity
-
setRequestedQuantity
Sets the value of the requestedQuantity property.- Parameters:
value- allowed object isRequestedQuantity
-
getDeliveredQuantity
Gets the value of the deliveredQuantity property.- Returns:
- possible object is
DeliveredQuantity
-
setDeliveredQuantity
Sets the value of the deliveredQuantity property.- Parameters:
value- allowed object isDeliveredQuantity
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
Comment
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isComment
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-