au.net.electronichealth.ns.wsp.xsd.standarderror._2010
Class StandardError

java.lang.Object
  extended by au.net.electronichealth.ns.wsp.xsd.standarderror._2010.StandardError

public class StandardError
extends java.lang.Object

Java class for StandardErrorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StandardErrorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="errorCode" type="{http://ns.electronichealth.net.au/wsp/xsd/StandardError/2010}StandardErrorCodeType"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  StandardErrorCodeType errorCode
           
protected  java.lang.String message
           
 
Constructor Summary
StandardError()
           
 
Method Summary
 StandardErrorCodeType getErrorCode()
          Gets the value of the errorCode property.
 java.lang.String getMessage()
          Gets the value of the message property.
 void setErrorCode(StandardErrorCodeType value)
          Sets the value of the errorCode property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

protected StandardErrorCodeType errorCode

message

protected java.lang.String message
Constructor Detail

StandardError

public StandardError()
Method Detail

getErrorCode

public StandardErrorCodeType getErrorCode()
Gets the value of the errorCode property.

Returns:
possible object is StandardErrorCodeType

setErrorCode

public void setErrorCode(StandardErrorCodeType value)
Sets the value of the errorCode property.

Parameters:
value - allowed object is StandardErrorCodeType

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String