public class LocalCodeContainer extends Object
Java class for LocalCodeContainer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalCodeContainer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ZippedFile" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="FileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileName |
protected byte[] |
zippedFile |
| Constructor and Description |
|---|
LocalCodeContainer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Gets the value of the fileName property.
|
byte[] |
getZippedFile()
Gets the value of the zippedFile property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setZippedFile(byte[] value)
Sets the value of the zippedFile property.
|
protected byte[] zippedFile
protected String fileName
public byte[] getZippedFile()
public void setZippedFile(byte[] value)
value - allowed object is
byte[]public String getFileName()
StringCopyright © 2020. All rights reserved.