public class ErrorCode
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ErrorCode(java.net.URI dialect,
IOSerializableSOAPElement[] childElements)
Constructs an ErrorCode with a dialect URI and a child element
|
ErrorCode(java.net.URI dialect,
java.lang.String value)
Constructs an ErrorCode with a dialect URI and a primitive value
|
Modifier and Type | Method and Description |
---|---|
IOSerializableSOAPElement[] |
getChildElements()
Returns the child elements of the ErrorCode
|
java.net.URI |
getDialect()
Returns the dialect attribute value
|
java.lang.String |
getValue()
Returns the value part of the ErrorCode
|
public ErrorCode(java.net.URI dialect, java.lang.String value)
dialect
- the required attribute value of the ErrorCodevalue
- the value of the ErrorCodepublic ErrorCode(java.net.URI dialect, IOSerializableSOAPElement[] childElements)
dialect
- the required attribute value of the ErrorCodechildElements
- the child elements of the ErrorCodepublic java.net.URI getDialect()
public java.lang.String getValue()
public IOSerializableSOAPElement[] getChildElements()