public class Role extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="code"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="H"/> <enumeration value="R"/> <enumeration value="S"/> <enumeration value="W"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Role() |
Modifier and Type | Method and Description |
---|---|
RoleCode |
getCode()
Gets the value of the code property.
|
void |
setCode(RoleCode value)
Sets the value of the code property.
|
protected RoleCode code
Apache Camel