public interface PortComponentRefType<T> extends Child<T>
port-component-refType
xsd typeModifier 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-interface
PortComponentRefType
String getServiceEndpointInterface()
service-endpoint-interface
elementservice-endpoint-interface
PortComponentRefType<T> removeServiceEndpointInterface()
service-endpoint-interface
elementPortComponentRefType
PortComponentRefType<T> portQname(String portQname)
port-qname
elementportQname
- the value for the element port-qname
PortComponentRefType
String getPortQname()
port-qname
elementport-qname
PortComponentRefType<T> removePortQname()
port-qname
elementPortComponentRefType
PortComponentRefType<T> configName(String configName)
config-name
elementconfigName
- the value for the element config-name
PortComponentRefType
String getConfigName()
config-name
elementconfig-name
PortComponentRefType<T> removeConfigName()
config-name
elementPortComponentRefType
PortComponentRefType<T> configFile(String configFile)
config-file
elementconfigFile
- the value for the element config-file
PortComponentRefType
String getConfigFile()
config-file
elementconfig-file
PortComponentRefType<T> removeConfigFile()
config-file
elementPortComponentRefType
StubPropertyType<PortComponentRefType<T>> getOrCreateStubProperty()
stub-property
element will be created and returned.
Otherwise, the first existing stub-property
element will be returned.stub-property
StubPropertyType<PortComponentRefType<T>> createStubProperty()
stub-property
elementStubPropertyType>
List<StubPropertyType<PortComponentRefType<T>>> getAllStubProperty()
stub-property
elementsstub-property
PortComponentRefType<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-property
CallPropertyType<PortComponentRefType<T>> createCallProperty()
call-property
elementCallPropertyType>
List<CallPropertyType<PortComponentRefType<T>>> getAllCallProperty()
call-property
elementscall-property
PortComponentRefType<T> removeAllCallProperty()
call-property
elementsCallPropertyType>
Copyright © 2022 JBoss by Red Hat. All rights reserved.