|
Artix User APIs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.iona.schemas.references.Reference
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 |
public static final String TARGET_NAMESPACE
public static final QName QNAME
Constructor Detail |
public Reference()
Method Detail |
public ReferencePort[] getPort()
public void setPort(ReferencePort[] val)
val
- (ReferencePort[])public QName getService()
public void setService(QName val)
val
- (QName)public String getWsdlLocation()
public void setWsdlLocation(String val)
val
- (String)public QName _getQName()
public String toString()
|
Artix User APIs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |