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