
public interface PortComponentType<T> extends Child<T>
port-componentType xsd type| Modifier and Type | Method and Description |
|---|---|
PortComponentType<T> |
authMethod(String authMethod)
Sets the
auth-method element |
String |
getAuthMethod()
Returns the
auth-method element |
String |
getId()
Returns the
id attribute |
String |
getPortComponentName()
Returns the
port-component-name element |
String |
getPortComponentUri()
Returns the
port-component-uri element |
String |
getTransportGuarantee()
Returns the
transport-guarantee element |
PortComponentType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isSecureWsdlAccess()
Returns the
secure-wsdl-access element |
PortComponentType<T> |
portComponentName(String portComponentName)
Sets the
port-component-name element |
PortComponentType<T> |
portComponentUri(String portComponentUri)
Sets the
port-component-uri element |
PortComponentType<T> |
removeAuthMethod()
Removes the
auth-method element |
PortComponentType<T> |
removeId()
Removes the
id attribute |
PortComponentType<T> |
removePortComponentName()
Removes the
port-component-name element |
PortComponentType<T> |
removePortComponentUri()
Removes the
port-component-uri element |
PortComponentType<T> |
removeSecureWsdlAccess()
Removes the
secure-wsdl-access element |
PortComponentType<T> |
removeTransportGuarantee()
Removes the
transport-guarantee element |
PortComponentType<T> |
secureWsdlAccess(Boolean secureWsdlAccess)
Sets the
secure-wsdl-access element |
PortComponentType<T> |
transportGuarantee(String transportGuarantee)
Sets the
transport-guarantee element |
PortComponentType<T> portComponentName(String portComponentName)
port-component-name elementportComponentName - the value for the element port-component-namePortComponentTypeString getPortComponentName()
port-component-name elementport-component-namePortComponentType<T> removePortComponentName()
port-component-name elementPortComponentTypePortComponentType<T> portComponentUri(String portComponentUri)
port-component-uri elementportComponentUri - the value for the element port-component-uriPortComponentTypeString getPortComponentUri()
port-component-uri elementport-component-uriPortComponentType<T> removePortComponentUri()
port-component-uri elementPortComponentTypePortComponentType<T> authMethod(String authMethod)
auth-method elementauthMethod - the value for the element auth-methodPortComponentTypeString getAuthMethod()
auth-method elementauth-methodPortComponentType<T> removeAuthMethod()
auth-method elementPortComponentTypePortComponentType<T> transportGuarantee(String transportGuarantee)
transport-guarantee elementtransportGuarantee - the value for the element transport-guaranteePortComponentTypeString getTransportGuarantee()
transport-guarantee elementtransport-guaranteePortComponentType<T> removeTransportGuarantee()
transport-guarantee elementPortComponentTypePortComponentType<T> secureWsdlAccess(Boolean secureWsdlAccess)
secure-wsdl-access elementsecureWsdlAccess - the value for the element secure-wsdl-accessPortComponentTypeBoolean isSecureWsdlAccess()
secure-wsdl-access elementsecure-wsdl-accessPortComponentType<T> removeSecureWsdlAccess()
secure-wsdl-access elementPortComponentTypePortComponentType<T> id(String id)
id attributeid - the value for the attribute idPortComponentTypeString getId()
id attributeidPortComponentType<T> removeId()
id attributePortComponentTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.