Artix User APIs

com.iona.schemas.references
Class Reference

java.lang.Object
  extended bycom.iona.schemas.references.Reference

public class Reference
extends Object

com.iona.schemas.references.Reference.


Field Summary
static QName QNAME
          QName of the type.
static String TARGET_NAMESPACE
          Target namespace of Schema in which this type is defined.
 
Constructor Summary
Reference()
           
 
Method Summary
 QName _getQName()
          Returns the qname of the object.
 ReferencePort[] getPort()
          getPort.
 QName getService()
          getService.
 String getWsdlLocation()
          getWsdlLocation.
 void setPort(ReferencePort[] val)
          setPort.
 void setService(QName val)
          setService.
 void setWsdlLocation(String val)
          setWsdlLocation.
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TARGET_NAMESPACE

public static final String TARGET_NAMESPACE
Target namespace of Schema in which this type is defined.

See Also:
Constant Field Values

QNAME

public static final QName QNAME
QName of the type.

Constructor Detail

Reference

public Reference()
Method Detail

getPort

public ReferencePort[] getPort()
getPort.

Returns:
ReferencePort[]

setPort

public void setPort(ReferencePort[] val)
setPort.

Parameters:
val - (ReferencePort[])

getService

public QName getService()
getService.

Returns:
QName

setService

public void setService(QName val)
setService.

Parameters:
val - (QName)

getWsdlLocation

public String getWsdlLocation()
getWsdlLocation.

Returns:
String

setWsdlLocation

public void setWsdlLocation(String val)
setWsdlLocation.

Parameters:
val - (String)

_getQName

public QName _getQName()
Returns the qname of the object.

Returns:
javax.xml.namespace.QName the qname of the object.

toString

public String toString()
Returns a string representation of the object.

Returns:
String a string representation of the object.

Artix User APIs

Copyright � 2004 IONA Technologies PLC. All rights reserved.