org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13
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:59.858+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
 Integer getMtomThreshold()
          Returns the mtom-threshold element
 AddressingType<PortComponentRefType<T>> getOrCreateAddressing()
          If not already created, a new addressing element with the given value will be created.
 RespectBindingType<PortComponentRefType<T>> getOrCreateRespectBinding()
          If not already created, a new respect-binding element with the given value will be created.
 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> mtomThreshold(Integer mtomThreshold)
          Sets the mtom-threshold element
 PortComponentRefType<T> portComponentLink(String portComponentLink)
          Sets the port-component-link element
 PortComponentRefType<T> removeAddressing()
          Removes the addressing element
 PortComponentRefType<T> removeEnableMtom()
          Removes the enable-mtom element
 PortComponentRefType<T> removeId()
          Removes the id attribute
 PortComponentRefType<T> removeMtomThreshold()
          Removes the mtom-threshold element
 PortComponentRefType<T> removePortComponentLink()
          Removes the port-component-link element
 PortComponentRefType<T> removeRespectBinding()
          Removes the respect-binding 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

mtomThreshold

PortComponentRefType<T> mtomThreshold(Integer mtomThreshold)
Sets the mtom-threshold element

Parameters:
mtomThreshold - the value for the element mtom-threshold
Returns:
the current instance of PortComponentRefType

getMtomThreshold

Integer getMtomThreshold()
Returns the mtom-threshold element

Returns:
the node defined for the element mtom-threshold

removeMtomThreshold

PortComponentRefType<T> removeMtomThreshold()
Removes the mtom-threshold element

Returns:
the current instance of PortComponentRefType

getOrCreateAddressing

AddressingType<PortComponentRefType<T>> getOrCreateAddressing()
If not already created, a new addressing element with the given value will be created. Otherwise, the existing addressing element will be returned.

Returns:
a new or existing instance of AddressingType>

removeAddressing

PortComponentRefType<T> removeAddressing()
Removes the addressing element

Returns:
the current instance of PortComponentRefType

getOrCreateRespectBinding

RespectBindingType<PortComponentRefType<T>> getOrCreateRespectBinding()
If not already created, a new respect-binding element with the given value will be created. Otherwise, the existing respect-binding element will be returned.

Returns:
a new or existing instance of RespectBindingType>

removeRespectBinding

PortComponentRefType<T> removeRespectBinding()
Removes the respect-binding 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.