com.sun.xml.messaging.jaxm.ebxml
Class Reference

java.lang.Object
  |
  +--com.sun.xml.messaging.jaxm.ebxml.Reference

public class Reference
extends java.lang.Object

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

Reference

public 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.
Parameters:
String - - the id for the reference.
String - - the xlinkHref
String - - the xlinkRole.
Method Detail

setDescription

public void setDescription(Description description)
Sets the description for the Reference.
Parameters:
Description - - the description for the Reference.
See Also:
Description

getDescription

public Description getDescription()
Returns the description for the reference.
Returns:
Description - the description
See Also:
Description

setSchema

public void setSchema(Schema schema)
Sets the schema for the reference.
Parameters:
Schema - - the schema to be set
See Also:
Schema

getSchema

public Schema getSchema()
Returns the schema for the reference.
Returns:
Schema - the schema
See Also:
Schema

getId

public java.lang.String getId()
Returns the id of the reference.
Returns:
String - the id.

getXLinkRole

public java.lang.String getXLinkRole()
Returns the xlinkRole
Returns:
String - the xlinkRole.

getXLinkHref

public java.lang.String getXLinkHref()
Returns the xlinkHref.
Returns:
String - the xlinkHref.