org.jboss.shrinkwrap.descriptor.api.jbosscommon51
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:27:00.777+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 PortComponentRefType<T> configFile(String configFile)
          Sets the config-file element
 PortComponentRefType<T> configName(String configName)
          Sets the config-name element
 CallPropertyType<PortComponentRefType<T>> createCallProperty()
          Creates a new call-property element
 StubPropertyType<PortComponentRefType<T>> createStubProperty()
          Creates a new stub-property element
 List<CallPropertyType<PortComponentRefType<T>>> getAllCallProperty()
          Returns all call-property elements
 List<StubPropertyType<PortComponentRefType<T>>> getAllStubProperty()
          Returns all stub-property elements
 String getConfigFile()
          Returns the config-file element
 String getConfigName()
          Returns the config-name element
 CallPropertyType<PortComponentRefType<T>> getOrCreateCallProperty()
          If not already created, a new call-property element will be created and returned.
 StubPropertyType<PortComponentRefType<T>> getOrCreateStubProperty()
          If not already created, a new stub-property element will be created and returned.
 String getPortQname()
          Returns the port-qname element
 String getServiceEndpointInterface()
          Returns the service-endpoint-interface element
 PortComponentRefType<T> portQname(String portQname)
          Sets the port-qname element
 PortComponentRefType<T> removeAllCallProperty()
          Removes all call-property elements
 PortComponentRefType<T> removeAllStubProperty()
          Removes all stub-property elements
 PortComponentRefType<T> removeConfigFile()
          Removes the config-file element
 PortComponentRefType<T> removeConfigName()
          Removes the config-name element
 PortComponentRefType<T> removePortQname()
          Removes the port-qname 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

portQname

PortComponentRefType<T> portQname(String portQname)
Sets the port-qname element

Parameters:
portQname - the value for the element port-qname
Returns:
the current instance of PortComponentRefType

getPortQname

String getPortQname()
Returns the port-qname element

Returns:
the node defined for the element port-qname

removePortQname

PortComponentRefType<T> removePortQname()
Removes the port-qname element

Returns:
the current instance of PortComponentRefType

configName

PortComponentRefType<T> configName(String configName)
Sets the config-name element

Parameters:
configName - the value for the element config-name
Returns:
the current instance of PortComponentRefType

getConfigName

String getConfigName()
Returns the config-name element

Returns:
the node defined for the element config-name

removeConfigName

PortComponentRefType<T> removeConfigName()
Removes the config-name element

Returns:
the current instance of PortComponentRefType

configFile

PortComponentRefType<T> configFile(String configFile)
Sets the config-file element

Parameters:
configFile - the value for the element config-file
Returns:
the current instance of PortComponentRefType

getConfigFile

String getConfigFile()
Returns the config-file element

Returns:
the node defined for the element config-file

removeConfigFile

PortComponentRefType<T> removeConfigFile()
Removes the config-file element

Returns:
the current instance of PortComponentRefType

getOrCreateStubProperty

StubPropertyType<PortComponentRefType<T>> getOrCreateStubProperty()
If not already created, a new stub-property element will be created and returned. Otherwise, the first existing stub-property element will be returned.

Returns:
the instance defined for the element stub-property

createStubProperty

StubPropertyType<PortComponentRefType<T>> createStubProperty()
Creates a new stub-property element

Returns:
the new created instance of StubPropertyType>

getAllStubProperty

List<StubPropertyType<PortComponentRefType<T>>> getAllStubProperty()
Returns all stub-property elements

Returns:
list of stub-property

removeAllStubProperty

PortComponentRefType<T> removeAllStubProperty()
Removes all stub-property elements

Returns:
the current instance of StubPropertyType>

getOrCreateCallProperty

CallPropertyType<PortComponentRefType<T>> getOrCreateCallProperty()
If not already created, a new call-property element will be created and returned. Otherwise, the first existing call-property element will be returned.

Returns:
the instance defined for the element call-property

createCallProperty

CallPropertyType<PortComponentRefType<T>> createCallProperty()
Creates a new call-property element

Returns:
the new created instance of CallPropertyType>

getAllCallProperty

List<CallPropertyType<PortComponentRefType<T>>> getAllCallProperty()
Returns all call-property elements

Returns:
list of call-property

removeAllCallProperty

PortComponentRefType<T> removeAllCallProperty()
Removes all call-property elements

Returns:
the current instance of CallPropertyType>


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