IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.wsaddr10
Interface DocumentRoot

All Superinterfaces:
commonj.sdo.DataObject, java.io.Serializable

public interface DocumentRoot
extends commonj.sdo.DataObject

A representation of the model object 'Document Root'.

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 AttributedURIType getAction()
          Returns the value of the 'Action' containment reference.
 EndpointReferenceType getEndpointReference()
          Returns the value of the 'Endpoint Reference' containment reference.
 EndpointReferenceType getFaultTo()
          Returns the value of the 'Fault To' containment reference.
 EndpointReferenceType getFrom()
          Returns the value of the 'From' containment reference.
 AttributedURIType getMessageID()
          Returns the value of the 'Message ID' containment reference.
 MetadataType getMetadata()
          Returns the value of the 'Metadata' containment reference.
 commonj.sdo.Sequence getMixed()
          Returns the value of the 'Mixed' attribute list.
 ProblemActionType getProblemAction()
          Returns the value of the 'Problem Action' containment reference.
 AttributedQNameType getProblemHeaderQName()
          Returns the value of the 'Problem Header QName' containment reference.
 AttributedURIType getProblemIRI()
          Returns the value of the 'Problem IRI' containment reference.
 ReferenceParametersType getReferenceParameters()
          Returns the value of the 'Reference Parameters' containment reference.
 RelatesToType getRelatesTo()
          Returns the value of the 'Relates To' containment reference.
 EndpointReferenceType getReplyTo()
          Returns the value of the 'Reply To' containment reference.
 AttributedUnsignedLongType getRetryAfter()
          Returns the value of the 'Retry After' containment reference.
 AttributedURIType getTo()
          Returns the value of the 'To' containment reference.
 java.util.Map getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 java.util.Map getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 boolean isIsReferenceParameter()
          Returns the value of the 'Is Reference Parameter' attribute.
 boolean isSetIsReferenceParameter()
          Returns whether the value of the 'Is Reference Parameter' attribute is set.
 void setAction(AttributedURIType value)
          Sets the value of the 'Action' containment reference.
 void setEndpointReference(EndpointReferenceType value)
          Sets the value of the 'Endpoint Reference' containment reference.
 void setFaultTo(EndpointReferenceType value)
          Sets the value of the 'Fault To' containment reference.
 void setFrom(EndpointReferenceType value)
          Sets the value of the 'From' containment reference.
 void setIsReferenceParameter(boolean value)
          Sets the value of the 'Is Reference Parameter' attribute.
 void setMessageID(AttributedURIType value)
          Sets the value of the 'Message ID' containment reference.
 void setMetadata(MetadataType value)
          Sets the value of the 'Metadata' containment reference.
 void setProblemAction(ProblemActionType value)
          Sets the value of the 'Problem Action' containment reference.
 void setProblemHeaderQName(AttributedQNameType value)
          Sets the value of the 'Problem Header QName' containment reference.
 void setProblemIRI(AttributedURIType value)
          Sets the value of the 'Problem IRI' containment reference.
 void setReferenceParameters(ReferenceParametersType value)
          Sets the value of the 'Reference Parameters' containment reference.
 void setRelatesTo(RelatesToType value)
          Sets the value of the 'Relates To' containment reference.
 void setReplyTo(EndpointReferenceType value)
          Sets the value of the 'Reply To' containment reference.
 void setRetryAfter(AttributedUnsignedLongType value)
          Sets the value of the 'Retry After' containment reference.
 void setTo(AttributedURIType value)
          Sets the value of the 'To' containment reference.
 void 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:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
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.

Returns:
the value of the 'Action' containment reference.
See Also:
setAction(AttributedURIType)

setAction

void setAction(AttributedURIType value)
Sets the value of the 'Action' containment reference.

Parameters:
value - the new value of the 'Action' containment reference.
See Also:
getAction()

getEndpointReference

EndpointReferenceType getEndpointReference()
Returns the value of the 'Endpoint Reference' containment reference.

Returns:
the value of the 'Endpoint Reference' containment reference.
See Also:
setEndpointReference(EndpointReferenceType)

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:
getEndpointReference()

getFaultTo

EndpointReferenceType getFaultTo()
Returns the value of the 'Fault To' containment reference.

Returns:
the value of the 'Fault To' containment reference.
See Also:
setFaultTo(EndpointReferenceType)

setFaultTo

void setFaultTo(EndpointReferenceType value)
Sets the value of the 'Fault To' containment reference.

Parameters:
value - the new value of the 'Fault To' containment reference.
See Also:
getFaultTo()

getFrom

EndpointReferenceType getFrom()
Returns the value of the 'From' containment reference.

Returns:
the value of the 'From' containment reference.
See Also:
setFrom(EndpointReferenceType)

setFrom

void setFrom(EndpointReferenceType value)
Sets the value of the 'From' containment reference.

Parameters:
value - the new value of the 'From' containment reference.
See Also:
getFrom()

getMessageID

AttributedURIType getMessageID()
Returns the value of the 'Message ID' containment reference.

Returns:
the value of the 'Message ID' containment reference.
See Also:
setMessageID(AttributedURIType)

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:
getMessageID()

getMetadata

MetadataType getMetadata()
Returns the value of the 'Metadata' containment reference.

Returns:
the value of the 'Metadata' containment reference.
See Also:
setMetadata(MetadataType)

setMetadata

void setMetadata(MetadataType value)
Sets the value of the 'Metadata' containment reference.

Parameters:
value - the new value of the 'Metadata' containment reference.
See Also:
getMetadata()

getProblemAction

ProblemActionType getProblemAction()
Returns the value of the 'Problem Action' containment reference.

Returns:
the value of the 'Problem Action' containment reference.
See Also:
setProblemAction(ProblemActionType)

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:
getProblemAction()

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(AttributedQNameType)

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:
getProblemHeaderQName()

getProblemIRI

AttributedURIType getProblemIRI()
Returns the value of the 'Problem IRI' containment reference.

Returns:
the value of the 'Problem IRI' containment reference.
See Also:
setProblemIRI(AttributedURIType)

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:
getProblemIRI()

getReferenceParameters

ReferenceParametersType getReferenceParameters()
Returns the value of the 'Reference Parameters' containment reference.

Returns:
the value of the 'Reference Parameters' containment reference.
See Also:
setReferenceParameters(ReferenceParametersType)

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:
getReferenceParameters()

getRelatesTo

RelatesToType getRelatesTo()
Returns the value of the 'Relates To' containment reference.

Returns:
the value of the 'Relates To' containment reference.
See Also:
setRelatesTo(RelatesToType)

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:
getRelatesTo()

getReplyTo

EndpointReferenceType getReplyTo()
Returns the value of the 'Reply To' containment reference.

Returns:
the value of the 'Reply To' containment reference.
See Also:
setReplyTo(EndpointReferenceType)

setReplyTo

void setReplyTo(EndpointReferenceType value)
Sets the value of the 'Reply To' containment reference.

Parameters:
value - the new value of the 'Reply To' containment reference.
See Also:
getReplyTo()

getRetryAfter

AttributedUnsignedLongType getRetryAfter()
Returns the value of the 'Retry After' containment reference.

Returns:
the value of the 'Retry After' containment reference.
See Also:
setRetryAfter(AttributedUnsignedLongType)

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:
getRetryAfter()

getTo

AttributedURIType getTo()
Returns the value of the 'To' containment reference.

Returns:
the value of the 'To' containment reference.
See Also:
setTo(AttributedURIType)

setTo

void setTo(AttributedURIType value)
Sets the value of the 'To' containment reference.

Parameters:
value - the new value of the 'To' containment reference.
See Also:
getTo()

isIsReferenceParameter

boolean isIsReferenceParameter()
Returns the value of the 'Is Reference Parameter' attribute.

Returns:
the value of the 'Is Reference Parameter' attribute.
See Also:
isSetIsReferenceParameter(), unsetIsReferenceParameter(), setIsReferenceParameter(boolean)

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:
isSetIsReferenceParameter(), unsetIsReferenceParameter(), isIsReferenceParameter()

unsetIsReferenceParameter

void unsetIsReferenceParameter()
Unsets the value of the 'Is Reference Parameter' attribute.

See Also:
isSetIsReferenceParameter(), isIsReferenceParameter(), setIsReferenceParameter(boolean)

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:
unsetIsReferenceParameter(), isIsReferenceParameter(), setIsReferenceParameter(boolean)

IBM WebSphere Application ServerTM
Release 8