com.ibm.websphere.wsaddr10
Interface DocumentRoot
All Superinterfaces:
commonj.sdo.DataObject, java.io.Serializable
- public interface DocumentRoot
- extends commonj.sdo.DataObject
The following features are supported:
-
Mixed
-
XMLNS Prefix Map
-
XSI Schema Location
-
Action
-
Endpoint Reference
-
Fault To
-
From
-
Message ID
-
Metadata
-
Problem Action
-
Problem Header QName
-
Problem IRI
-
Reference Parameters
-
Relates To
-
Reply To
-
Retry After
-
To
-
Is Reference Parameter
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getAction()
Returns the value of the 'Action' containment reference.
|
|
getEndpointReference()
Returns the value of the 'Endpoint Reference' containment reference.
|
|
getFaultTo()
Returns the value of the 'Fault To' containment reference.
|
|
getFrom()
Returns the value of the 'From' containment reference.
|
|
getMessageID()
Returns the value of the 'Message ID' containment reference.
|
|
getMetadata()
Returns the value of the 'Metadata' containment reference.
|
|
|
getMixed()
Returns the value of the 'Mixed' attribute list.
|
getProblemAction()
Returns the value of the 'Problem Action' containment reference.
|
|
getProblemHeaderQName()
Returns the value of the 'Problem Header QName' containment reference.
|
|
getProblemIRI()
Returns the value of the 'Problem IRI' containment reference.
|
|
getReferenceParameters()
Returns the value of the 'Reference Parameters' containment reference.
|
|
getRelatesTo()
Returns the value of the 'Relates To' containment reference.
|
|
getReplyTo()
Returns the value of the 'Reply To' containment reference.
|
|
getRetryAfter()
Returns the value of the 'Retry After' containment reference.
|
|
getTo()
Returns the value of the 'To' containment reference.
|
|
|
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
|
|
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
|
|
isIsReferenceParameter()
Returns the value of the 'Is Reference Parameter' attribute.
|
|
isSetIsReferenceParameter()
Returns whether the value of the '
Is Reference Parameter ' attribute is set.
|
|
setAction(AttributedURIType value)
Sets the value of the '
Action ' containment reference.
|
|
setEndpointReference(EndpointReferenceType value)
Sets the value of the '
Endpoint Reference ' containment reference.
|
|
setFaultTo(EndpointReferenceType value)
Sets the value of the '
Fault To ' containment reference.
|
|
setFrom(EndpointReferenceType value)
Sets the value of the '
From ' containment reference.
|
|
setIsReferenceParameter(boolean value)
Sets the value of the '
Is Reference Parameter ' attribute.
|
|
setMessageID(AttributedURIType value)
Sets the value of the '
Message ID ' containment reference.
|
|
setMetadata(MetadataType value)
Sets the value of the '
Metadata ' containment reference.
|
|
setProblemAction(ProblemActionType value)
Sets the value of the '
Problem Action ' containment reference.
|
|
setProblemHeaderQName(AttributedQNameType value)
Sets the value of the '
Problem Header QName ' containment reference.
|
|
setProblemIRI(AttributedURIType value)
Sets the value of the '
Problem IRI ' containment reference.
|
|
setReferenceParameters(ReferenceParametersType value)
Sets the value of the '
Reference Parameters ' containment reference.
|
|
setRelatesTo(RelatesToType value)
Sets the value of the '
Relates To ' containment reference.
|
|
setReplyTo(EndpointReferenceType value)
Sets the value of the '
Reply To ' containment reference.
|
|
setRetryAfter(AttributedUnsignedLongType value)
Sets the value of the '
Retry After ' containment reference.
|
|
setTo(AttributedURIType value)
Sets the value of the '
To ' containment reference.
|
|
unsetIsReferenceParameter()
Unsets the value of the '
Is Reference Parameter ' attribute.
|
Methods inherited from interface commonj.sdo.DataObject |
---|
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getMixed
- commonj.sdo.Sequence getMixed()
Returns the value of the 'Mixed' attribute list.
Returns:
the value of the 'Mixed' attribute list.
getXMLNSPrefixMap
- java.util.Map getXMLNSPrefixMap( )
Returns the value of the 'XMLNS Prefix Map' map.
The key is of type
String
,
and the value is of type String
,
Returns:
the value of the 'XMLNS Prefix Map' map.
getXSISchemaLocation
- java.util.Map getXSISchemaLocation( )
Returns the value of the 'XSI Schema Location' map.
The key is of type
String
,
and the value is of type String
,
Returns:
the value of the 'XSI Schema Location' map.
getAction
- AttributedURIType getAction()
Returns the value of the 'Action' containment reference.
setAction
- void setAction(AttributedURIType value)
Sets the value of the '
Action
' containment reference.
getEndpointReference
- EndpointReferenceType getEndpointReference( )
Returns the value of the 'Endpoint Reference' containment reference.
Returns:
the value of the 'Endpoint Reference' containment reference.
See Also:
setEndpointReference
- void setEndpointReference(EndpointReferenceType value)
Sets the value of the '
Endpoint Reference
' containment reference.
Parameters:
value
- the new value of the 'Endpoint Reference' containment reference. See Also:
getFaultTo
- EndpointReferenceType getFaultTo( )
Returns the value of the 'Fault To' containment reference.
Returns:
the value of the 'Fault To' containment reference.
See Also:
setFaultTo
- void setFaultTo(EndpointReferenceType value)
Sets the value of the '
Fault To
' containment reference.
getFrom
- EndpointReferenceType getFrom()
Returns the value of the 'From' containment reference.
setFrom
- void setFrom(EndpointReferenceType value)
Sets the value of the '
From
' containment reference.
getMessageID
- AttributedURIType getMessageID( )
Returns the value of the 'Message ID' containment reference.
Returns:
the value of the 'Message ID' containment reference.
See Also:
setMessageID
- void setMessageID(AttributedURIType value)
Sets the value of the '
Message ID
' containment reference.
Parameters:
value
- the new value of the 'Message ID' containment reference. See Also:
getMetadata
- MetadataType getMetadata()
Returns the value of the 'Metadata' containment reference.
setMetadata
- void setMetadata(MetadataType value)
Sets the value of the '
Metadata
' containment reference.
getProblemAction
- ProblemActionType getProblemAction( )
Returns the value of the 'Problem Action' containment reference.
Returns:
the value of the 'Problem Action' containment reference.
See Also:
setProblemAction
- void setProblemAction(ProblemActionType value)
Sets the value of the '
Problem Action
' containment reference.
Parameters:
value
- the new value of the 'Problem Action' containment reference. See Also:
getProblemHeaderQName
- AttributedQNameType getProblemHeaderQName( )
Returns the value of the 'Problem Header QName' containment reference.
Returns:
the value of the 'Problem Header QName' containment reference.
See Also:
setProblemHeaderQName
- void setProblemHeaderQName(AttributedQNameType value)
Sets the value of the '
Problem Header QName
' containment reference.
Parameters:
value
- the new value of the 'Problem Header QName' containment reference. See Also:
getProblemIRI
- AttributedURIType getProblemIRI( )
Returns the value of the 'Problem IRI' containment reference.
Returns:
the value of the 'Problem IRI' containment reference.
See Also:
setProblemIRI
- void setProblemIRI(AttributedURIType value)
Sets the value of the '
Problem IRI
' containment reference.
Parameters:
value
- the new value of the 'Problem IRI' containment reference. See Also:
getReferenceParameters
- ReferenceParametersType getReferenceParameters( )
Returns the value of the 'Reference Parameters' containment reference.
Returns:
the value of the 'Reference Parameters' containment reference.
See Also:
setReferenceParameters
- void setReferenceParameters(ReferenceParametersType value)
Sets the value of the '
Reference Parameters
' containment reference.
Parameters:
value
- the new value of the 'Reference Parameters' containment reference. See Also:
getRelatesTo
- RelatesToType getRelatesTo()
Returns the value of the 'Relates To' containment reference.
setRelatesTo
- void setRelatesTo(RelatesToType value)
Sets the value of the '
Relates To
' containment reference.
Parameters:
value
- the new value of the 'Relates To' containment reference. See Also:
getReplyTo
- EndpointReferenceType getReplyTo( )
Returns the value of the 'Reply To' containment reference.
Returns:
the value of the 'Reply To' containment reference.
See Also:
setReplyTo
- void setReplyTo(EndpointReferenceType value)
Sets the value of the '
Reply To
' containment reference.
getRetryAfter
- AttributedUnsignedLongType getRetryAfter( )
Returns the value of the 'Retry After' containment reference.
Returns:
the value of the 'Retry After' containment reference.
See Also:
setRetryAfter
- void setRetryAfter(AttributedUnsignedLongType value)
Sets the value of the '
Retry After
' containment reference.
Parameters:
value
- the new value of the 'Retry After' containment reference. See Also:
getTo
- AttributedURIType getTo()
Returns the value of the 'To' containment reference.
setTo
- void setTo(AttributedURIType value)
Sets the value of the '
To
' containment reference.
isIsReferenceParameter
- boolean isIsReferenceParameter( )
Returns the value of the 'Is Reference Parameter' attribute.
Returns:
the value of the 'Is Reference Parameter' attribute.
See Also:
setIsReferenceParameter
- void setIsReferenceParameter(boolean value)
Sets the value of the '
Is Reference Parameter
' attribute.
Parameters:
value
- the new value of the 'Is Reference Parameter' attribute. See Also:
unsetIsReferenceParameter
- void unsetIsReferenceParameter( )
Unsets the value of the '
Is Reference Parameter
' attribute.
isSetIsReferenceParameter
- boolean isSetIsReferenceParameter( )
Returns whether the value of the '
Is Reference Parameter
' attribute is set.
Returns:
whether the value of the 'Is Reference Parameter' attribute is set.
See Also: