|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentRoot
A representation of the model object 'Document Root'.
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
WSAddr10Package.getDocumentRoot()
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, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, 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, 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 |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
Method Detail |
---|
commonj.sdo.Sequence getMixed()
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
WSAddr10Package.getDocumentRoot_Mixed()
java.util.Map getXMLNSPrefixMap()
String
,
and the value is of type String
,
If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
WSAddr10Package.getDocumentRoot_XMLNSPrefixMap()
java.util.Map getXSISchemaLocation()
String
,
and the value is of type String
,
If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
WSAddr10Package.getDocumentRoot_XSISchemaLocation()
AttributedURIType getAction()
If the meaning of the 'Action' containment reference isn't clear, there really should be more of a description here...
setAction(AttributedURIType)
,
WSAddr10Package.getDocumentRoot_Action()
void setAction(AttributedURIType value)
Action
' containment reference.
value
- the new value of the 'Action' containment reference.getAction()
EndpointReferenceType getEndpointReference()
If the meaning of the 'Endpoint Reference' containment reference isn't clear, there really should be more of a description here...
setEndpointReference(EndpointReferenceType)
,
WSAddr10Package.getDocumentRoot_EndpointReference()
void setEndpointReference(EndpointReferenceType value)
Endpoint Reference
' containment reference.
value
- the new value of the 'Endpoint Reference' containment reference.getEndpointReference()
EndpointReferenceType getFaultTo()
If the meaning of the 'Fault To' containment reference isn't clear, there really should be more of a description here...
setFaultTo(EndpointReferenceType)
,
WSAddr10Package.getDocumentRoot_FaultTo()
void setFaultTo(EndpointReferenceType value)
Fault To
' containment reference.
value
- the new value of the 'Fault To' containment reference.getFaultTo()
EndpointReferenceType getFrom()
If the meaning of the 'From' containment reference isn't clear, there really should be more of a description here...
setFrom(EndpointReferenceType)
,
WSAddr10Package.getDocumentRoot_From()
void setFrom(EndpointReferenceType value)
From
' containment reference.
value
- the new value of the 'From' containment reference.getFrom()
AttributedURIType getMessageID()
If the meaning of the 'Message ID' containment reference isn't clear, there really should be more of a description here...
setMessageID(AttributedURIType)
,
WSAddr10Package.getDocumentRoot_MessageID()
void setMessageID(AttributedURIType value)
Message ID
' containment reference.
value
- the new value of the 'Message ID' containment reference.getMessageID()
MetadataType getMetadata()
If the meaning of the 'Metadata' containment reference isn't clear, there really should be more of a description here...
setMetadata(MetadataType)
,
WSAddr10Package.getDocumentRoot_Metadata()
void setMetadata(MetadataType value)
Metadata
' containment reference.
value
- the new value of the 'Metadata' containment reference.getMetadata()
ProblemActionType getProblemAction()
If the meaning of the 'Problem Action' containment reference isn't clear, there really should be more of a description here...
setProblemAction(ProblemActionType)
,
WSAddr10Package.getDocumentRoot_ProblemAction()
void setProblemAction(ProblemActionType value)
Problem Action
' containment reference.
value
- the new value of the 'Problem Action' containment reference.getProblemAction()
AttributedQNameType getProblemHeaderQName()
If the meaning of the 'Problem Header QName' containment reference isn't clear, there really should be more of a description here...
setProblemHeaderQName(AttributedQNameType)
,
WSAddr10Package.getDocumentRoot_ProblemHeaderQName()
void setProblemHeaderQName(AttributedQNameType value)
Problem Header QName
' containment reference.
value
- the new value of the 'Problem Header QName' containment reference.getProblemHeaderQName()
AttributedURIType getProblemIRI()
If the meaning of the 'Problem IRI' containment reference isn't clear, there really should be more of a description here...
setProblemIRI(AttributedURIType)
,
WSAddr10Package.getDocumentRoot_ProblemIRI()
void setProblemIRI(AttributedURIType value)
Problem IRI
' containment reference.
value
- the new value of the 'Problem IRI' containment reference.getProblemIRI()
ReferenceParametersType getReferenceParameters()
If the meaning of the 'Reference Parameters' containment reference isn't clear, there really should be more of a description here...
setReferenceParameters(ReferenceParametersType)
,
WSAddr10Package.getDocumentRoot_ReferenceParameters()
void setReferenceParameters(ReferenceParametersType value)
Reference Parameters
' containment reference.
value
- the new value of the 'Reference Parameters' containment reference.getReferenceParameters()
RelatesToType getRelatesTo()
If the meaning of the 'Relates To' containment reference isn't clear, there really should be more of a description here...
setRelatesTo(RelatesToType)
,
WSAddr10Package.getDocumentRoot_RelatesTo()
void setRelatesTo(RelatesToType value)
Relates To
' containment reference.
value
- the new value of the 'Relates To' containment reference.getRelatesTo()
EndpointReferenceType getReplyTo()
If the meaning of the 'Reply To' containment reference isn't clear, there really should be more of a description here...
setReplyTo(EndpointReferenceType)
,
WSAddr10Package.getDocumentRoot_ReplyTo()
void setReplyTo(EndpointReferenceType value)
Reply To
' containment reference.
value
- the new value of the 'Reply To' containment reference.getReplyTo()
AttributedUnsignedLongType getRetryAfter()
If the meaning of the 'Retry After' containment reference isn't clear, there really should be more of a description here...
setRetryAfter(AttributedUnsignedLongType)
,
WSAddr10Package.getDocumentRoot_RetryAfter()
void setRetryAfter(AttributedUnsignedLongType value)
Retry After
' containment reference.
value
- the new value of the 'Retry After' containment reference.getRetryAfter()
AttributedURIType getTo()
If the meaning of the 'To' containment reference isn't clear, there really should be more of a description here...
setTo(AttributedURIType)
,
WSAddr10Package.getDocumentRoot_To()
void setTo(AttributedURIType value)
To
' containment reference.
value
- the new value of the 'To' containment reference.getTo()
boolean isIsReferenceParameter()
If the meaning of the 'Is Reference Parameter' attribute isn't clear, there really should be more of a description here...
isSetIsReferenceParameter()
,
unsetIsReferenceParameter()
,
setIsReferenceParameter(boolean)
,
WSAddr10Package.getDocumentRoot_IsReferenceParameter()
void setIsReferenceParameter(boolean value)
Is Reference Parameter
' attribute.
value
- the new value of the 'Is Reference Parameter' attribute.isSetIsReferenceParameter()
,
unsetIsReferenceParameter()
,
isIsReferenceParameter()
void unsetIsReferenceParameter()
Is Reference Parameter
' attribute.
isSetIsReferenceParameter()
,
isIsReferenceParameter()
,
setIsReferenceParameter(boolean)
boolean isSetIsReferenceParameter()
Is Reference Parameter
' attribute is set.
unsetIsReferenceParameter()
,
isIsReferenceParameter()
,
setIsReferenceParameter(boolean)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |