Package iofXml.v2

Class Service

java.lang.Object
iofXml.v2.Service

public class Service 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="{}ServiceId"/>
         <element ref="{}Name"/>
         <element ref="{}Amount"/>
         <element ref="{}Comment" minOccurs="0"/>
         <element ref="{}MaxNumber" minOccurs="0"/>
         <element ref="{}ModifyDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • serviceId

      protected String serviceId
    • name

      protected Name name
    • amount

      protected Amount amount
    • comment

      protected Comment comment
    • maxNumber

      protected MaxNumber maxNumber
    • modifyDate

      protected ModifyDate modifyDate
  • Constructor Details

    • Service

      public Service()
  • 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
    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • getAmount

      public Amount getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is Amount
    • setAmount

      public void setAmount(Amount value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is Amount
    • 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
    • getMaxNumber

      public MaxNumber getMaxNumber()
      Gets the value of the maxNumber property.
      Returns:
      possible object is MaxNumber
    • setMaxNumber

      public void setMaxNumber(MaxNumber value)
      Sets the value of the maxNumber property.
      Parameters:
      value - allowed object is MaxNumber
    • 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