public class BCMConfType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para BCMConfType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="BCMConfType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.fispace.eu/domain/common}nameType"/>
<element name="package" type="{http://www.fispace.eu/domain/common}LongString"/>
<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="zipfileACSI" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="zipfileBridge" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_package |
protected String |
name |
protected StatusType |
status |
protected String |
statusMessage |
protected byte[] |
zipfileACSI |
protected byte[] |
zipfileBridge |
| Constructor and Description |
|---|
BCMConfType() |
| 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 |
getName()
Obtiene el valor de la propiedad name.
|
String |
getPackage()
Obtiene el valor de la propiedad package.
|
StatusType |
getStatus()
Obtiene el valor de la propiedad status.
|
String |
getStatusMessage()
Obtiene el valor de la propiedad statusMessage.
|
byte[] |
getZipfileACSI()
Obtiene el valor de la propiedad zipfileACSI.
|
byte[] |
getZipfileBridge()
Obtiene el valor de la propiedad zipfileBridge.
|
boolean |
isSetName() |
boolean |
isSetPackage() |
boolean |
isSetStatus() |
boolean |
isSetStatusMessage() |
boolean |
isSetZipfileACSI() |
boolean |
isSetZipfileBridge() |
void |
setName(String value)
Define el valor de la propiedad name.
|
void |
setPackage(String value)
Define el valor de la propiedad package.
|
void |
setStatus(StatusType value)
Define el valor de la propiedad status.
|
void |
setStatusMessage(String value)
Define el valor de la propiedad statusMessage.
|
void |
setZipfileACSI(byte[] value)
Define el valor de la propiedad zipfileACSI.
|
void |
setZipfileBridge(byte[] value)
Define el valor de la propiedad zipfileBridge.
|
String |
toString() |
BCMConfType |
withName(String value) |
BCMConfType |
withPackage(String value) |
BCMConfType |
withStatus(StatusType value) |
BCMConfType |
withStatusMessage(String value) |
BCMConfType |
withZipfileACSI(byte[] value) |
BCMConfType |
withZipfileBridge(byte[] value) |
@NotNull @Size(max=50) protected String name
@NotNull
@Size(min=0,
max=150)
protected String _package
@NotNull protected StatusType status
@Size(min=0,
max=150)
protected String statusMessage
protected byte[] zipfileACSI
protected byte[] zipfileBridge
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getPackage()
Stringpublic void setPackage(String value)
value - allowed object is
Stringpublic boolean isSetPackage()
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 byte[] getZipfileACSI()
public void setZipfileACSI(byte[] value)
value - allowed object is
byte[]public boolean isSetZipfileACSI()
public byte[] getZipfileBridge()
public void setZipfileBridge(byte[] value)
value - allowed object is
byte[]public boolean isSetZipfileBridge()
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 BCMConfType withName(String value)
public BCMConfType withPackage(String value)
public BCMConfType withStatus(StatusType value)
public BCMConfType withStatusMessage(String value)
public BCMConfType withZipfileACSI(byte[] value)
public BCMConfType withZipfileBridge(byte[] value)
Copyright © 2015. All Rights Reserved.