Class BareDocumentResponse

java.lang.Object
org.apache.hello_world_soap_http.types.BareDocumentResponse

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public class BareDocumentResponse 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="company" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • company

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") protected String company
    • id

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") protected Integer id
  • Constructor Details

    • BareDocumentResponse

      public BareDocumentResponse()
  • Method Details

    • getCompany

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public String getCompany()
      Gets the value of the company property.
      Returns:
      possible object is String
    • setCompany

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public void setCompany(String value)
      Sets the value of the company property.
      Parameters:
      value - allowed object is String
    • getId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public Integer getId()
      Gets the value of the id property.
      Returns:
      possible object is Integer
    • setId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public void setId(Integer value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is Integer