Package iofXml.v2
Class Service
java.lang.Object
iofXml.v2.Service
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the comment property.Gets the value of the maxNumber property.Gets the value of the modifyDate property.getName()Gets the value of the name property.Gets the value of the serviceId property.voidSets the value of the amount property.voidsetComment(Comment value) Sets the value of the comment property.voidsetMaxNumber(MaxNumber value) Sets the value of the maxNumber property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the name property.voidsetServiceId(String value) Sets the value of the serviceId property.
-
Field Details
-
serviceId
-
name
-
amount
-
comment
-
maxNumber
-
modifyDate
-
-
Constructor Details
-
Service
public Service()
-
-
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
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
Amount
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isAmount
-
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
-
getMaxNumber
Gets the value of the maxNumber property.- Returns:
- possible object is
MaxNumber
-
setMaxNumber
Sets the value of the maxNumber property.- Parameters:
value- allowed object isMaxNumber
-
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
-