Package iofXml.v2
Class Service
-
- All Implemented Interfaces:
public class 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>
-
-
Constructor Summary
Constructors Constructor Description Service()
-
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. Name
getName()
Gets the value of the name property. void
setName(Name value)
Sets the value of the name property. Amount
getAmount()
Gets the value of the amount property. void
setAmount(Amount value)
Sets the value of the amount property. Comment
getComment()
Gets the value of the comment property. void
setComment(Comment value)
Sets the value of the comment property. MaxNumber
getMaxNumber()
Gets the value of the maxNumber property. void
setMaxNumber(MaxNumber value)
Sets the value of the maxNumber 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
-
setName
void setName(Name value)
Sets the value of the name property.
- Parameters:
value
- allowed object is Name
-
getAmount
Amount getAmount()
Gets the value of the amount property.
- Returns:
possibleobject is Amount
-
setAmount
void setAmount(Amount value)
Sets the value of the amount property.
- Parameters:
value
- allowed object is Amount
-
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
-
getMaxNumber
MaxNumber getMaxNumber()
Gets the value of the maxNumber property.
- Returns:
possibleobject is MaxNumber
-
setMaxNumber
void setMaxNumber(MaxNumber value)
Sets the value of the maxNumber property.
- Parameters:
value
- allowed object is MaxNumber
-
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
-
-
-
-