Package org.cxml
Class Segment
java.lang.Object
org.cxml.Segment
-
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.getType()Gets the value of the type property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the id property.voidSets the value of the type property.
-
Field Details
-
type
-
id
-
description
-
-
Constructor Details
-
Segment
public Segment()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
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
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-