org.apache.hello_world_soap_http.types
Class BareDocumentResponse

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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 Summary
protected  String company
           
protected  Integer id
           
 
Constructor Summary
BareDocumentResponse()
           
 
Method Summary
 String getCompany()
          Gets the value of the company property.
 Integer getId()
          Gets the value of the id property.
 void setCompany(String value)
          Sets the value of the company property.
 void setId(Integer value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

company

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected String company

id

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected Integer id
Constructor Detail

BareDocumentResponse

public BareDocumentResponse()
Method Detail

getCompany

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public String getCompany()
Gets the value of the company property.

Returns:
possible object is String

setCompany

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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",
           date="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public Integer getId()
Gets the value of the id property.

Returns:
possible object is Integer

setId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public void setId(Integer value)
Sets the value of the id property.

Parameters:
value - allowed object is Integer


Apache CXF