|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortComponentRefType<T>
This interface defines the contract for the port-component-refType
xsd type
Method Summary | |
---|---|
PortComponentRefType<T> |
enableMtom(Boolean enableMtom)
Sets the enable-mtom element |
String |
getId()
Returns the id attribute |
String |
getPortComponentLink()
Returns the port-component-link element |
String |
getServiceEndpointInterface()
Returns the service-endpoint-interface element |
PortComponentRefType<T> |
id(String id)
Sets the id attribute |
Boolean |
isEnableMtom()
Returns the enable-mtom element |
PortComponentRefType<T> |
portComponentLink(String portComponentLink)
Sets the port-component-link element |
PortComponentRefType<T> |
removeEnableMtom()
Removes the enable-mtom element |
PortComponentRefType<T> |
removeId()
Removes the id attribute |
PortComponentRefType<T> |
removePortComponentLink()
Removes the port-component-link 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 |
---|
PortComponentRefType<T> serviceEndpointInterface(String serviceEndpointInterface)
service-endpoint-interface
element
serviceEndpointInterface
- the value for the element service-endpoint-interface
PortComponentRefType
String getServiceEndpointInterface()
service-endpoint-interface
element
service-endpoint-interface
PortComponentRefType<T> removeServiceEndpointInterface()
service-endpoint-interface
element
PortComponentRefType
PortComponentRefType<T> enableMtom(Boolean enableMtom)
enable-mtom
element
enableMtom
- the value for the element enable-mtom
PortComponentRefType
Boolean isEnableMtom()
enable-mtom
element
enable-mtom
PortComponentRefType<T> removeEnableMtom()
enable-mtom
element
PortComponentRefType
PortComponentRefType<T> portComponentLink(String portComponentLink)
port-component-link
element
portComponentLink
- the value for the element port-component-link
PortComponentRefType
String getPortComponentLink()
port-component-link
element
port-component-link
PortComponentRefType<T> removePortComponentLink()
port-component-link
element
PortComponentRefType
PortComponentRefType<T> id(String id)
id
attribute
id
- the value for the attribute id
PortComponentRefType
String getId()
id
attribute
id
PortComponentRefType<T> removeId()
id
attribute
PortComponentRefType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |