ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11
Interface PortComponentRefType<T>

All Superinterfaces:
Child<T>

public interface PortComponentRefType<T>
extends Child<T>

This interface defines the contract for the port-component-refType xsd type

Since:
Generation date :2012-05-09T23:45:02.086-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 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
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

serviceEndpointInterface

PortComponentRefType<T> serviceEndpointInterface(String serviceEndpointInterface)
Sets the service-endpoint-interface element

Parameters:
serviceEndpointInterface - the value for the element service-endpoint-interface
Returns:
the current instance of PortComponentRefType

getServiceEndpointInterface

String getServiceEndpointInterface()
Returns the service-endpoint-interface element

Returns:
the node defined for the element service-endpoint-interface

removeServiceEndpointInterface

PortComponentRefType<T> removeServiceEndpointInterface()
Removes the service-endpoint-interface element

Returns:
the current instance of PortComponentRefType

portComponentLink

PortComponentRefType<T> portComponentLink(String portComponentLink)
Sets the port-component-link element

Parameters:
portComponentLink - the value for the element port-component-link
Returns:
the current instance of PortComponentRefType

getPortComponentLink

String getPortComponentLink()
Returns the port-component-link element

Returns:
the node defined for the element port-component-link

removePortComponentLink

PortComponentRefType<T> removePortComponentLink()
Removes the port-component-link element

Returns:
the current instance of PortComponentRefType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.