Class Operation1Response

java.lang.Object
org.apache.cxf.no_body_parts.types.Operation1Response

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:02-05:00") public class Operation1Response extends Object

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • status

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:02-05:00") protected String status
  • Constructor Details

    • Operation1Response

      public Operation1Response()
  • Method Details

    • getStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:02-05:00") public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:02-05:00") public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String