ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 PortComponentRefType<T> enableMtom(Boolean enableMtom)
          Sets the enable-mtom element
 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
 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> 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

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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