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"/>
<element name="statusMessage" type="{http://www.fispace.eu/domain/common}LongString" minOccurs="0"/>
<element name="paymenttype" type="{http://www.fispace.eu/domain/store}PaymentType"/>
<element name="paymentinfo" type="{http://www.fispace.eu/domain/store}PaymentInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Id |
id |
protected String |
name |
protected PaymentInfo |
paymentinfo |
protected PaymentType |
paymenttype |
protected String |
resource |
protected StatusType |
status |
protected String |
statusMessage |
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.
|
PaymentInfo |
getPaymentinfo()
Obtiene el valor de la propiedad paymentinfo.
|
PaymentType |
getPaymenttype()
Obtiene el valor de la propiedad paymenttype.
|
String |
getResource()
Obtiene el valor de la propiedad resource.
|
StatusType |
getStatus()
Obtiene el valor de la propiedad status.
|
String |
getStatusMessage()
Obtiene el valor de la propiedad statusMessage.
|
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 |
isSetPaymentinfo() |
boolean |
isSetPaymenttype() |
boolean |
isSetResource() |
boolean |
isSetStatus() |
boolean |
isSetStatusMessage() |
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 |
setPaymentinfo(PaymentInfo value)
Define el valor de la propiedad paymentinfo.
|
void |
setPaymenttype(PaymentType value)
Define el valor de la propiedad paymenttype.
|
void |
setResource(String value)
Define el valor de la propiedad resource.
|
void |
setStatus(StatusType value)
Define el valor de la propiedad status.
|
void |
setStatusMessage(String value)
Define el valor de la propiedad statusMessage.
|
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 |
withPaymentinfo(PaymentInfo value) |
AppType |
withPaymenttype(PaymentType value) |
AppType |
withResource(String value) |
AppType |
withStatus(StatusType value) |
AppType |
withStatusMessage(String 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
protected String statusMessage
protected PaymentType paymenttype
protected PaymentInfo paymentinfo
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 String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic boolean isSetStatusMessage()
public PaymentType getPaymenttype()
PaymentTypepublic void setPaymenttype(PaymentType value)
value - allowed object is
PaymentTypepublic boolean isSetPaymenttype()
public PaymentInfo getPaymentinfo()
PaymentInfopublic void setPaymentinfo(PaymentInfo value)
value - allowed object is
PaymentInfopublic boolean isSetPaymentinfo()
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)
public AppType withPaymenttype(PaymentType value)
public AppType withPaymentinfo(PaymentInfo value)
Copyright © 2015. All Rights Reserved.