public class ArrayOfAssignUser extends Object
Java class for ArrayOfAssignUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfAssignUser">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AssignUser" type="{http://Checkmarx.com}AssignUser" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AssignUser> |
assignUser |
| Constructor and Description |
|---|
ArrayOfAssignUser() |
| Modifier and Type | Method and Description |
|---|---|
List<AssignUser> |
getAssignUser()
Gets the value of the assignUser property.
|
protected List<AssignUser> assignUser
public List<AssignUser> getAssignUser()
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 assignUser property.
For example, to add a new item, do as follows:
getAssignUser().add(newItem);
Objects of the following type(s) are allowed in the list
AssignUser
Copyright © 2020. All rights reserved.