Property | Type | Description | |
---|---|---|---|
EscapeXML | String |
Method | Description | |
---|---|---|
IsSetCode ( ) : System.Boolean |
Checks if Code property is set
|
|
IsSetDetail ( ) : System.Boolean |
Checks if Detail property is set
|
|
IsSetMessage ( ) : System.Boolean |
Checks if Message property is set
|
|
IsSetType ( ) : System.Boolean |
Checks if Type property is set
|
|
WithCode ( String code ) : Error |
Sets the Code property
|
|
WithDetail ( Object detail ) : Error |
Sets the Detail property
|
|
WithMessage ( String message ) : Error |
Sets the Message property
|
|
WithType ( String type ) : Error |
Sets the Type property
|
Method | Description | |
---|---|---|
ToXMLFragment ( ) : String |
XML fragment representation of this object Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only |
Method | Description | |
---|---|---|
EscapeXML ( String str ) : String |
public WithCode ( String code ) : Error | ||
code | String | Code property |
return | Error |
public WithDetail ( Object detail ) : Error | ||
detail | Object | Detail property |
return | Error |
public WithMessage ( String message ) : Error | ||
message | String | Message property |
return | Error |
public WithType ( String type ) : Error | ||
type | String | Type property |
return | Error |