Package org.cxml
Class PersonRole
- java.lang.Object
-
- org.cxml.PersonRole
-
public class PersonRole extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description PersonRole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets the value of the name property.voidsetName(java.lang.String value)Sets the value of the name property.
-