com.ibm.websphere.wsaddr10

Interface DocumentRoot

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

  1. public interface DocumentRoot
  2. extends commonj.sdo.DataObject
A representation of the model object 'Document Root'.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

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

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getMixed

  1. commonj.sdo.Sequence getMixed()
Returns the value of the 'Mixed' attribute list.
Returns:
the value of the 'Mixed' attribute list.

getXMLNSPrefixMap

  1. 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

  1. 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

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

setAction

  1. void setAction(AttributedURIType value)
Sets the value of the ' Action' containment reference.
Parameters:
value - the new value of the 'Action' containment reference.
See Also:

getEndpointReference

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

setEndpointReference

  1. 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

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

setFaultTo

  1. 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:

getFrom

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

setFrom

  1. void setFrom(EndpointReferenceType value)
Sets the value of the ' From' containment reference.
Parameters:
value - the new value of the 'From' containment reference.
See Also:

getMessageID

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

setMessageID

  1. 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

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

setMetadata

  1. void setMetadata(MetadataType value)
Sets the value of the ' Metadata' containment reference.
Parameters:
value - the new value of the 'Metadata' containment reference.
See Also:

getProblemAction

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

setProblemAction

  1. 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

  1. 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

  1. 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

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

setProblemIRI

  1. 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

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

setReferenceParameters

  1. 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

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

setRelatesTo

  1. 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

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

setReplyTo

  1. 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:

getRetryAfter

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

setRetryAfter

  1. 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

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

setTo

  1. void setTo(AttributedURIType value)
Sets the value of the ' To' containment reference.
Parameters:
value - the new value of the 'To' containment reference.
See Also:

isIsReferenceParameter

  1. boolean isIsReferenceParameter( )
Returns the value of the 'Is Reference Parameter' attribute.
Returns:
the value of the 'Is Reference Parameter' attribute.
See Also:

setIsReferenceParameter

  1. 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

  1. void unsetIsReferenceParameter( )
Unsets the value of the ' Is Reference Parameter' attribute.
See Also:

isSetIsReferenceParameter

  1. 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: