|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.xml.messaging.ebxml.Reference
This class represents a Reference that is added to the Manifest. The manifest is part of the SOAPBody extensions for ebxml.
Constructor Summary | |
Reference(java.lang.String id,
java.lang.String xlinkHref,
java.lang.String xlinkRole)
Create a reference object with the id, and the xlinkHRef, xlinkRole attributes. |
Method Summary | |
Description |
getDescription()
Returns the description for the reference. |
java.lang.String |
getId()
Returns the id of the reference. |
Schema |
getSchema()
Returns the schema for the reference. |
java.lang.String |
getXLinkHref()
Returns the xlinkHref. |
java.lang.String |
getXLinkRole()
Returns the xlinkRole |
void |
setDescription(Description description)
Sets the description for the Reference. |
void |
setSchema(Schema schema)
Sets the schema for the reference. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Reference(java.lang.String id, java.lang.String xlinkHref, java.lang.String xlinkRole)
String
- - the id for the reference.String
- - the xlinkHrefString
- - the xlinkRole.Method Detail |
public void setDescription(Description description)
Description
- - the description for the Reference.Description
public Description getDescription()
Description
public void setSchema(Schema schema)
Schema
- - the schema to be setSchema
public Schema getSchema()
Schema
public java.lang.String getId()
public java.lang.String getXLinkRole()
public java.lang.String getXLinkHref()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |