edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper
Interface Error

All Known Implementing Classes:
ErrorImpl

public interface Error

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

getErrorName

public java.lang.String getErrorName()
Gets the value of the errorName property.

Returns:
possible object is String

setErrorName

public void setErrorName(java.lang.String value)
Sets the value of the errorName property.

Parameters:
value - allowed object is String

getReceiver

public java.lang.String getReceiver()
Gets the value of the receiver property.

Returns:
possible object is String

setReceiver

public void setReceiver(java.lang.String value)
Sets the value of the receiver property.

Parameters:
value - allowed object is String

getError

public java.lang.String getError()
Gets the value of the error property.

Returns:
possible object is String

setError

public void setError(java.lang.String value)
Sets the value of the error property.

Parameters:
value - allowed object is String

getSender

public java.lang.String getSender()
Gets the value of the sender property.

Returns:
possible object is String

setSender

public void setSender(java.lang.String value)
Sets the value of the sender property.

Parameters:
value - allowed object is String

getErrorId

public java.lang.String getErrorId()
Gets the value of the errorId property.

Returns:
possible object is String

setErrorId

public void setErrorId(java.lang.String value)
Sets the value of the errorId property.

Parameters:
value - allowed object is String