public class AppType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para AppType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="AppType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.fispace.eu/domain/store}Id" minOccurs="0"/>
<element name="type" type="{http://www.fispace.eu/domain/store}AppTypeType"/>
<element name="name" type="{http://www.fispace.eu/domain/common}ShortString" minOccurs="0"/>
<element name="version" type="{http://www.fispace.eu/domain/common}ShortString" minOccurs="0"/>
<element name="resource" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="description" type="{http://www.fispace.eu/domain/common}LongString" minOccurs="0"/>
<element name="status" type="{http://www.fispace.eu/domain/store}StatusType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Id |
id |
protected String |
name |
protected String |
resource |
protected StatusType |
status |
protected AppTypeType |
type |
protected String |
version |
| Constructor and Description |
|---|
AppType() |
| 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.
|
Id |
getId()
Obtiene el valor de la propiedad id.
|
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.
|
AppTypeType |
getType()
Obtiene el valor de la propiedad type.
|
String |
getVersion()
Obtiene el valor de la propiedad version.
|
boolean |
isSetDescription() |
boolean |
isSetId() |
boolean |
isSetName() |
boolean |
isSetResource() |
boolean |
isSetStatus() |
boolean |
isSetType() |
boolean |
isSetVersion() |
void |
setDescription(String value)
Define el valor de la propiedad description.
|
void |
setId(Id value)
Define el valor de la propiedad id.
|
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 |
setType(AppTypeType value)
Define el valor de la propiedad type.
|
void |
setVersion(String value)
Define el valor de la propiedad version.
|
String |
toString() |
AppType |
withDescription(String value) |
AppType |
withId(Id value) |
AppType |
withName(String value) |
AppType |
withResource(String value) |
AppType |
withStatus(StatusType value) |
AppType |
withType(AppTypeType value) |
AppType |
withVersion(String value) |
protected Id id
protected AppTypeType type
protected String name
protected String version
protected String resource
protected String description
protected StatusType status
public void setId(Id value)
value - allowed object is
Idpublic boolean isSetId()
public AppTypeType getType()
AppTypeTypepublic void setType(AppTypeType value)
value - allowed object is
AppTypeTypepublic boolean isSetType()
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 AppType withType(AppTypeType value)
public AppType withStatus(StatusType value)
Copyright © 2015. All Rights Reserved.