public class Domains extends BaseResources
Java class for Domains complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Domains">
<complexContent>
<extension base="{}BaseResources">
<sequence>
<element ref="{}domain" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Domain> |
domains |
active, total| Constructor and Description |
|---|
Domains() |
| Modifier and Type | Method and Description |
|---|---|
List<Domain> |
getDomains()
Gets the value of the domains property.
|
boolean |
isSetDomains() |
void |
unsetDomains() |
getActive, getTotal, isSetActive, isSetTotal, setActive, setTotalpublic List<Domain> getDomains()
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 domains property.
For example, to add a new item, do as follows:
getDomains().add(newItem);
Objects of the following type(s) are allowed in the list
Domain
public boolean isSetDomains()
public void unsetDomains()
Copyright © 2012. All Rights Reserved.