public class ParseResume
extends java.lang.Object
Java class for parseResume complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="parseResume">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="session" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="base64ChunkedResume" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.bind.JAXBElement<byte[]> |
base64ChunkedResume |
protected java.lang.String |
session |
| Constructor and Description |
|---|
ParseResume() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<byte[]> |
getBase64ChunkedResume()
Gets the value of the base64ChunkedResume property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
void |
setBase64ChunkedResume(javax.xml.bind.JAXBElement<byte[]> value)
Sets the value of the base64ChunkedResume property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
protected java.lang.String session
protected javax.xml.bind.JAXBElement<byte[]> base64ChunkedResume
public java.lang.String getSession()
Stringpublic void setSession(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.bind.JAXBElement<byte[]> getBase64ChunkedResume()
JAXBElement<byte[]>public void setBase64ChunkedResume(javax.xml.bind.JAXBElement<byte[]> value)
value - allowed object is
JAXBElement<byte[]>