public class SetAdministratorRequestMsg extends Object implements Serializable
Java class for SetAdministratorRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetAdministratorRequestMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="UserList" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}ArrayOfUserInfo"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected ArrayOfUserInfo |
userList |
Constructor and Description |
---|
SetAdministratorRequestMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
ArrayOfUserInfo |
getUserList()
Gets the value of the userList property.
|
boolean |
isSetClassification() |
boolean |
isSetUserList() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setUserList(ArrayOfUserInfo value)
Sets the value of the userList property.
|
protected SecurityWrapper classification
protected ArrayOfUserInfo userList
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public ArrayOfUserInfo getUserList()
ArrayOfUserInfo
public void setUserList(ArrayOfUserInfo value)
value
- allowed object is
ArrayOfUserInfo
public boolean isSetUserList()
Copyright © 2008–2017 MIL-OSS. All rights reserved.