public class ContentServerRequest extends Object
Java class for contentServerRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contentServerRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
arg0 |
protected DataHandler |
arg1 |
Constructor and Description |
---|
ContentServerRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getArg0()
Gets the value of the arg0 property.
|
DataHandler |
getArg1()
Gets the value of the arg1 property.
|
void |
setArg0(String value)
Sets the value of the arg0 property.
|
void |
setArg1(DataHandler value)
Sets the value of the arg1 property.
|
protected String arg0
protected DataHandler arg1
public String getArg0()
String
public void setArg0(String value)
value
- allowed object is
String
public DataHandler getArg1()
DataHandler
public void setArg1(DataHandler value)
value
- allowed object is
DataHandler