|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseHeaderType
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/tool/src/com/pushtotest/tool/xml/results.xsd line 127)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}header" maxOccurs="unbounded"/>
</sequence>
<attribute name="response_code" use="required" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="response_string" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.util.List |
getHeader()
Gets the value of the Header property. |
short |
getResponseCode()
Gets the value of the responseCode property. |
java.lang.String |
getResponseString()
Gets the value of the responseString property. |
void |
setResponseCode(short value)
Sets the value of the responseCode property. |
void |
setResponseString(java.lang.String value)
Sets the value of the responseString property. |
| Method Detail |
|---|
java.lang.String getResponseString()
Stringvoid setResponseString(java.lang.String value)
value - allowed object is
Stringjava.util.List getHeader()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Header property.
For example, to add a new item, do as follows:
getHeader().add(newItem);
Objects of the following type(s) are allowed in the list
HeaderType
Header
short getResponseCode()
void setResponseCode(short value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||