|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Java content class for Error complex type. *
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Sun/jwsdp-1.5/jaxb/samples/unmarshal-read/virtualclassroom.xsd line 31) *
*
* <complexType name="Error">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="errorId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="sender" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="receiver" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="errorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="error" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
* @author Administrator
* @version $Revision$
| Method Summary | |
java.lang.String |
getError()
Gets the value of the error property. |
java.lang.String |
getErrorId()
Gets the value of the errorId property. |
java.lang.String |
getErrorName()
Gets the value of the errorName property. |
java.lang.String |
getReceiver()
Gets the value of the receiver property. |
java.lang.String |
getSender()
Gets the value of the sender property. |
void |
setError(java.lang.String value)
Sets the value of the error property. |
void |
setErrorId(java.lang.String value)
Sets the value of the errorId property. |
void |
setErrorName(java.lang.String value)
Sets the value of the errorName property. |
void |
setReceiver(java.lang.String value)
Sets the value of the receiver property. |
void |
setSender(java.lang.String value)
Sets the value of the sender property. |
| Method Detail |
public java.lang.String getErrorName()
Stringpublic void setErrorName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReceiver()
Stringpublic void setReceiver(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getError()
Stringpublic void setError(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSender()
Stringpublic void setSender(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getErrorId()
Stringpublic void setErrorId(java.lang.String value)
value - allowed object is
String
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||