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