Package org.cxml
Class AccountingSegment
java.lang.Object
org.cxml.AccountingSegment
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getId()Gets the value of the id property.getName()Gets the value of the name property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the id property.voidSets the value of the name property.
-
Field Details
-
id
-
name
-
description
-
-
Constructor Details
-
AccountingSegment
public AccountingSegment()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id 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
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-