public class AppSetType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para AppSetType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="AppSetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="appList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="appNotAvailable" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="appNotFound" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
appList |
protected List<String> |
appNotAvailable |
protected List<String> |
appNotFound |
| Constructor and Description |
|---|
AppSetType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
List<String> |
getAppList()
Gets the value of the appList property.
|
List<String> |
getAppNotAvailable()
Gets the value of the appNotAvailable property.
|
List<String> |
getAppNotFound()
Gets the value of the appNotFound property.
|
boolean |
isSetAppList() |
boolean |
isSetAppNotAvailable() |
boolean |
isSetAppNotFound() |
String |
toString() |
void |
unsetAppList() |
void |
unsetAppNotAvailable() |
void |
unsetAppNotFound() |
AppSetType |
withAppList(Collection<String> values) |
AppSetType |
withAppList(String... values) |
AppSetType |
withAppNotAvailable(Collection<String> values) |
AppSetType |
withAppNotAvailable(String... values) |
AppSetType |
withAppNotFound(Collection<String> values) |
AppSetType |
withAppNotFound(String... values) |
public List<String> getAppList()
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 appList property.
For example, to add a new item, do as follows:
getAppList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetAppList()
public void unsetAppList()
public List<String> getAppNotAvailable()
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 appNotAvailable property.
For example, to add a new item, do as follows:
getAppNotAvailable().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetAppNotAvailable()
public void unsetAppNotAvailable()
public List<String> getAppNotFound()
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 appNotFound property.
For example, to add a new item, do as follows:
getAppNotFound().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetAppNotFound()
public void unsetAppNotFound()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic AppSetType withAppList(String... values)
public AppSetType withAppList(Collection<String> values)
public AppSetType withAppNotAvailable(String... values)
public AppSetType withAppNotAvailable(Collection<String> values)
public AppSetType withAppNotFound(String... values)
public AppSetType withAppNotFound(Collection<String> values)
Copyright © 2015. All Rights Reserved.