Serialized Form
serialVersionUID: 1L
name
QName name
- xml element tag name
declaredType
Class<T> declaredType
- Java datatype binding for xml element declaration's type.
scope
Class<T> scope
- Scope of xml element declaration representing this xml element instance.
Can be one of the following values:
-
JAXBElement.GlobalScope for global xml element declaration.
- local element declaration has a scope set to the Java class
representation of complex type defintion containing
xml element declaration.
value
Object value
- xml element value.
Represents content model and attributes of an xml element instance.
nil
boolean nil
- true iff the xml element instance has xsi:nil="true".
serialVersionUID: -5621384651494307979L
errorCode
String errorCode
- Vendor specific error code
linkedException
Throwable linkedException
- Exception reference
serialVersionUID: 1L
errorCode
String errorCode
- Vendor specific error code
linkedException
Throwable linkedException
- Exception reference
cause
Throwable cause
serialVersionUID: 2623699057546497185L
value
Object value
- The value contained in the holder.
serialVersionUID: -146474640053770988L
|
Package javax.xml.ws.http |
statusCode
int statusCode
|
Package javax.xml.ws.soap |
fault
SOAPFault fault
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.