|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hello_world_soap_http.types.BareDocumentResponse
public class BareDocumentResponse
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 |
|---|
protected String company
protected Integer id
| Constructor Detail |
|---|
public BareDocumentResponse()
| Method Detail |
|---|
public String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic Integer getId()
Integerpublic void setId(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||