Package org.cxml
Class Territory
- java.lang.Object
-
- org.cxml.Territory
-
public class Territory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Classificationclassification
-
Constructor Summary
Constructors Constructor Description Territory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassificationgetClassification()Gets the value of the classification property.voidsetClassification(Classification value)Sets the value of the classification property.
-
-
-
Field Detail
-
classification
protected Classification classification
-
-
Method Detail
-
getClassification
public Classification getClassification()
Gets the value of the classification property.- Returns:
- possible object is
Classification
-
setClassification
public void setClassification(Classification value)
Sets the value of the classification property.- Parameters:
value- allowed object isClassification
-
-