public class ProxySuccessType extends Object
Java class for ProxySuccessType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ProxySuccessType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="proxyTicket" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
proxyTicket  | 
| Constructor and Description | 
|---|
ProxySuccessType()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getProxyTicket()
Gets the value of the proxyTicket property. 
 | 
void | 
setProxyTicket(String value)
Sets the value of the proxyTicket property. 
 | 
protected String proxyTicket
This work is licensed under a Creative Commons Attribution 4.0 International License.