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>
protected RoleCode code
Apache Camel