Package org.cxml
Class AccountingSegment
- java.lang.Object
-
- org.cxml.AccountingSegment
-
public class AccountingSegment extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Descriptiondescriptionprotected java.lang.Stringidprotected Namename
-
Constructor Summary
Constructors Constructor Description AccountingSegment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptiongetDescription()Gets the value of the description property.java.lang.StringgetId()Gets the value of the id property.NamegetName()Gets the value of the name property.voidsetDescription(Description value)Sets the value of the description property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetName(Name value)Sets the value of the name property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
name
protected Name name
-
description
protected Description description
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
setName
public void setName(Name value)
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
-