|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jbosscommon51.PortComponentRefTypeImpl<T>
public class PortComponentRefTypeImpl<T>
This class implements the port-component-refType
xsd type
Constructor Summary | |
---|---|
PortComponentRefTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
PortComponentRefTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
CallPropertyType<PortComponentRefType<T>> |
callProperty()
Returns the call-property element |
java.util.List<CallPropertyType<PortComponentRefType<T>>> |
getCallPropertyList()
Returns all call-property elements |
java.lang.String |
getConfigFile()
Returns the config-file element |
java.lang.String |
getConfigName()
Returns the config-name element |
java.lang.String |
getPortQname()
Returns the port-qname element |
java.lang.String |
getServiceEndpointInterface()
Returns the service-endpoint-interface element |
java.util.List<StubPropertyType<PortComponentRefType<T>>> |
getStubPropertyList()
Returns all stub-property elements |
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> |
setConfigFile(java.lang.String configFile)
If not already created, a new config-file element with the given value will be created. |
PortComponentRefType<T> |
setConfigName(java.lang.String configName)
If not already created, a new config-name element with the given value will be created. |
PortComponentRefType<T> |
setPortQname(java.lang.String portQname)
If not already created, a new port-qname element with the given value will be created. |
PortComponentRefType<T> |
setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
If not already created, a new service-endpoint-interface element with the given value will be created. |
StubPropertyType<PortComponentRefType<T>> |
stubProperty()
Returns the stub-property element |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortComponentRefTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public PortComponentRefTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public PortComponentRefType<T> setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
service-endpoint-interface
element with the given value will be created.
Otherwise, the existing service-endpoint-interface
element will be updated with the given value.
setServiceEndpointInterface
in interface PortComponentRefType<T>
PortComponentRefType
public PortComponentRefType<T> removeServiceEndpointInterface()
service-endpoint-interface
element
removeServiceEndpointInterface
in interface PortComponentRefType<T>
PortComponentRefType
public java.lang.String getServiceEndpointInterface()
service-endpoint-interface
element
getServiceEndpointInterface
in interface PortComponentRefType<T>
service-endpoint-interface
public PortComponentRefType<T> setPortQname(java.lang.String portQname)
port-qname
element with the given value will be created.
Otherwise, the existing port-qname
element will be updated with the given value.
setPortQname
in interface PortComponentRefType<T>
PortComponentRefType
public PortComponentRefType<T> removePortQname()
port-qname
element
removePortQname
in interface PortComponentRefType<T>
PortComponentRefType
public java.lang.String getPortQname()
port-qname
element
getPortQname
in interface PortComponentRefType<T>
port-qname
public PortComponentRefType<T> setConfigName(java.lang.String configName)
config-name
element with the given value will be created.
Otherwise, the existing config-name
element will be updated with the given value.
setConfigName
in interface PortComponentRefType<T>
PortComponentRefType
public PortComponentRefType<T> removeConfigName()
config-name
element
removeConfigName
in interface PortComponentRefType<T>
PortComponentRefType
public java.lang.String getConfigName()
config-name
element
getConfigName
in interface PortComponentRefType<T>
config-name
public PortComponentRefType<T> setConfigFile(java.lang.String configFile)
config-file
element with the given value will be created.
Otherwise, the existing config-file
element will be updated with the given value.
setConfigFile
in interface PortComponentRefType<T>
PortComponentRefType
public PortComponentRefType<T> removeConfigFile()
config-file
element
removeConfigFile
in interface PortComponentRefType<T>
PortComponentRefType
public java.lang.String getConfigFile()
config-file
element
getConfigFile
in interface PortComponentRefType<T>
config-file
public PortComponentRefType<T> removeAllStubProperty()
stub-property
elements
removeAllStubProperty
in interface PortComponentRefType<T>
PortComponentRefType
public StubPropertyType<PortComponentRefType<T>> stubProperty()
stub-property
element
stubProperty
in interface PortComponentRefType<T>
stub-property
public java.util.List<StubPropertyType<PortComponentRefType<T>>> getStubPropertyList()
stub-property
elements
getStubPropertyList
in interface PortComponentRefType<T>
stub-property
public PortComponentRefType<T> removeAllCallProperty()
call-property
elements
removeAllCallProperty
in interface PortComponentRefType<T>
PortComponentRefType
public CallPropertyType<PortComponentRefType<T>> callProperty()
call-property
element
callProperty
in interface PortComponentRefType<T>
call-property
public java.util.List<CallPropertyType<PortComponentRefType<T>>> getCallPropertyList()
call-property
elements
getCallPropertyList
in interface PortComponentRefType<T>
call-property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |