Package org.cxml
Class TripType
- java.lang.Object
-
- org.cxml.TripType
-
public class TripType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description TripType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()Gets the value of the type property.voidsetType(java.lang.String value)Sets the value of the type property.
-