public class MANAGERType extends Object
Java class for MANAGERType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MANAGERType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="manager" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MANAGERType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getManager()
Gets the value of the manager property.
|
void |
setManager(String value)
Sets the value of the manager property.
|
protected String manager
Copyright © 2017. All rights reserved.