Package iofXml.v2

Class ServiceRequest

java.lang.Object
iofXml.v2.ServiceRequest

public class ServiceRequest 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>
         <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 Details

  • Constructor Details

    • ServiceRequest

      public ServiceRequest()
  • Method Details

    • getServiceId

      public String getServiceId()
      Gets the value of the serviceId property.
      Returns:
      possible object is String
    • setServiceId

      public void setServiceId(String value)
      Sets the value of the serviceId property.
      Parameters:
      value - allowed object is String
    • getService

      public Service getService()
      Gets the value of the service property.
      Returns:
      possible object is Service
    • setService

      public void setService(Service value)
      Sets the value of the service property.
      Parameters:
      value - allowed object is Service
    • getServiceOrderNumber

      public String getServiceOrderNumber()
      Gets the value of the serviceOrderNumber property.
      Returns:
      possible object is String
    • setServiceOrderNumber

      public void setServiceOrderNumber(String value)
      Sets the value of the serviceOrderNumber property.
      Parameters:
      value - allowed object is String
    • getRequestedQuantity

      public RequestedQuantity getRequestedQuantity()
      Gets the value of the requestedQuantity property.
      Returns:
      possible object is RequestedQuantity
    • setRequestedQuantity

      public void setRequestedQuantity(RequestedQuantity value)
      Sets the value of the requestedQuantity property.
      Parameters:
      value - allowed object is RequestedQuantity
    • getDeliveredQuantity

      public DeliveredQuantity getDeliveredQuantity()
      Gets the value of the deliveredQuantity property.
      Returns:
      possible object is DeliveredQuantity
    • setDeliveredQuantity

      public void setDeliveredQuantity(DeliveredQuantity value)
      Sets the value of the deliveredQuantity property.
      Parameters:
      value - allowed object is DeliveredQuantity
    • getComment

      public Comment getComment()
      Gets the value of the comment property.
      Returns:
      possible object is Comment
    • setComment

      public void setComment(Comment value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is Comment
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate