public interface PortComponentRefType<T> extends Child<T>
port-component-refType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getPortComponentLink()
Returns the
port-component-link element |
String |
getServiceEndpointInterface()
Returns the
service-endpoint-interface element |
PortComponentRefType<T> |
portComponentLink(String portComponentLink)
Sets the
port-component-link element |
PortComponentRefType<T> |
removePortComponentLink()
Removes the
port-component-link element |
PortComponentRefType<T> |
removeServiceEndpointInterface()
Removes the
service-endpoint-interface element |
PortComponentRefType<T> |
serviceEndpointInterface(String serviceEndpointInterface)
Sets the
service-endpoint-interface element |
PortComponentRefType<T> serviceEndpointInterface(String serviceEndpointInterface)
service-endpoint-interface
elementserviceEndpointInterface
- the value for the element service-endpoint-interface
PortComponentRefType
String getServiceEndpointInterface()
service-endpoint-interface
elementservice-endpoint-interface
PortComponentRefType<T> removeServiceEndpointInterface()
service-endpoint-interface
elementPortComponentRefType
PortComponentRefType<T> portComponentLink(String portComponentLink)
port-component-link
elementportComponentLink
- the value for the element port-component-link
PortComponentRefType
String getPortComponentLink()
port-component-link
elementport-component-link
PortComponentRefType<T> removePortComponentLink()
port-component-link
elementPortComponentRefType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.