org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12
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 :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 PortComponentRefType<T> enableMtom(Boolean enableMtom)
          Sets the enable-mtom element
 String getId()
          Returns the id attribute
 String getPortComponentLink()
          Returns the port-component-link element
 String getServiceEndpointInterface()
          Returns the service-endpoint-interface element
 PortComponentRefType<T> id(String id)
          Sets the id attribute
 Boolean isEnableMtom()
          Returns the enable-mtom element
 PortComponentRefType<T> portComponentLink(String portComponentLink)
          Sets the port-component-link element
 PortComponentRefType<T> removeEnableMtom()
          Removes the enable-mtom element
 PortComponentRefType<T> removeId()
          Removes the id attribute
 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

enableMtom

PortComponentRefType<T> enableMtom(Boolean enableMtom)
Sets the enable-mtom element

Parameters:
enableMtom - the value for the element enable-mtom
Returns:
the current instance of PortComponentRefType

isEnableMtom

Boolean isEnableMtom()
Returns the enable-mtom element

Returns:
the node defined for the element enable-mtom

removeEnableMtom

PortComponentRefType<T> removeEnableMtom()
Removes the enable-mtom 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

id

PortComponentRefType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of PortComponentRefType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

PortComponentRefType<T> removeId()
Removes the id attribute

Returns:
the current instance of PortComponentRefType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.