public class App extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para App complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="App">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resource" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{http://www.fispace.eu/domain/admin}StatusType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected String |
resource |
protected StatusType |
status |
protected String |
version |
| Constructor and Description |
|---|
App() |
| 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) |
String |
getDescription()
Obtiene el valor de la propiedad description.
|
String |
getName()
Obtiene el valor de la propiedad name.
|
String |
getResource()
Obtiene el valor de la propiedad resource.
|
StatusType |
getStatus()
Obtiene el valor de la propiedad status.
|
String |
getVersion()
Obtiene el valor de la propiedad version.
|
boolean |
isSetDescription() |
boolean |
isSetName() |
boolean |
isSetResource() |
boolean |
isSetStatus() |
boolean |
isSetVersion() |
void |
setDescription(String value)
Define el valor de la propiedad description.
|
void |
setName(String value)
Define el valor de la propiedad name.
|
void |
setResource(String value)
Define el valor de la propiedad resource.
|
void |
setStatus(StatusType value)
Define el valor de la propiedad status.
|
void |
setVersion(String value)
Define el valor de la propiedad version.
|
String |
toString() |
App |
withDescription(String value) |
App |
withName(String value) |
App |
withResource(String value) |
App |
withStatus(StatusType value) |
App |
withVersion(String value) |
protected String name
protected String version
protected String resource
protected String description
protected StatusType status
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getResource()
Stringpublic void setResource(String value)
value - allowed object is
Stringpublic boolean isSetResource()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic boolean isSetStatus()
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 App withStatus(StatusType value)
Copyright © 2015. All Rights Reserved.