public class AdminSaveTModelResponse extends Object
Java class for adminSave_tModelResponse complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="adminSave_tModelResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dispositionReport" type="{urn:uddi-org:api_v3}dispositionReport"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected DispositionReport | dispositionReport | 
| Constructor and Description | 
|---|
| AdminSaveTModelResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| DispositionReport | getDispositionReport()Gets the value of the dispositionReport property. | 
| void | setDispositionReport(DispositionReport value)Sets the value of the dispositionReport property. | 
protected DispositionReport dispositionReport
public DispositionReport getDispositionReport()
DispositionReportpublic void setDispositionReport(DispositionReport value)
value - allowed object is
     DispositionReportCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.