
public interface PortComponentRefType<T> extends Child<T>
port-component-refType xsd type| Modifier and Type | Method and Description |
|---|---|
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 |
PortComponentRefType<T> serviceEndpointInterface(String serviceEndpointInterface)
service-endpoint-interface elementserviceEndpointInterface - the value for the element service-endpoint-interfacePortComponentRefTypeString getServiceEndpointInterface()
service-endpoint-interface elementservice-endpoint-interfacePortComponentRefType<T> removeServiceEndpointInterface()
service-endpoint-interface elementPortComponentRefTypePortComponentRefType<T> portQname(String portQname)
port-qname elementportQname - the value for the element port-qnamePortComponentRefTypeString getPortQname()
port-qname elementport-qnamePortComponentRefType<T> removePortQname()
port-qname elementPortComponentRefTypePortComponentRefType<T> configName(String configName)
config-name elementconfigName - the value for the element config-namePortComponentRefTypeString getConfigName()
config-name elementconfig-namePortComponentRefType<T> removeConfigName()
config-name elementPortComponentRefTypePortComponentRefType<T> configFile(String configFile)
config-file elementconfigFile - the value for the element config-filePortComponentRefTypeString getConfigFile()
config-file elementconfig-filePortComponentRefType<T> removeConfigFile()
config-file elementPortComponentRefTypeStubPropertyType<PortComponentRefType<T>> getOrCreateStubProperty()
stub-property element will be created and returned.
Otherwise, the first existing stub-property element will be returned.stub-propertyStubPropertyType<PortComponentRefType<T>> createStubProperty()
stub-property elementStubPropertyType> List<StubPropertyType<PortComponentRefType<T>>> getAllStubProperty()
stub-property elementsstub-propertyPortComponentRefType<T> removeAllStubProperty()
stub-property elementsStubPropertyType> CallPropertyType<PortComponentRefType<T>> getOrCreateCallProperty()
call-property element will be created and returned.
Otherwise, the first existing call-property element will be returned.call-propertyCallPropertyType<PortComponentRefType<T>> createCallProperty()
call-property elementCallPropertyType> List<CallPropertyType<PortComponentRefType<T>>> getAllCallProperty()
call-property elementscall-propertyPortComponentRefType<T> removeAllCallProperty()
call-property elementsCallPropertyType> Copyright © 2025 JBoss by Red Hat. All rights reserved.