|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.SecurityType
public class SecurityType
The
Java class for securityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="securityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="admin" type="{http://jasmine.ow2.org/deployme-2.0}adminType" maxOccurs="unbounded" minOccurs="0"/>
<element name="user" type="{http://jasmine.ow2.org/deployme-2.0}userType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="jmxSecured" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AdminType> |
admin
|
protected Boolean |
jmxSecured
|
protected List<UserType> |
user
|
| Constructor Summary | |
|---|---|
SecurityType()
|
|
| Method Summary | |
|---|---|
List<AdminType> |
getAdmin()
Gets the value of the admin property. |
List<UserType> |
getUser()
Gets the value of the user property. |
Boolean |
isJmxSecured()
Gets the value of the jmxSecured property. |
void |
setJmxSecured(Boolean value)
Sets the value of the jmxSecured property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<AdminType> admin
protected List<UserType> user
protected Boolean jmxSecured
| Constructor Detail |
|---|
public SecurityType()
| Method Detail |
|---|
public List<AdminType> getAdmin()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the admin property.
For example, to add a new item, do as follows:
getAdmin().add(newItem);
Objects of the following type(s) are allowed in the list
AdminType
public List<UserType> getUser()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the user property.
For example, to add a new item, do as follows:
getUser().add(newItem);
Objects of the following type(s) are allowed in the list
UserType
public Boolean isJmxSecured()
Booleanpublic void setJmxSecured(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||