org.jboss.shrinkwrap.descriptor.api.jboss51
Interface PortComponentType<T>

All Superinterfaces:
Child<T>

public interface PortComponentType<T>
extends Child<T>

This interface defines the contract for the port-componentType xsd type

Since:
Generation date :2013-01-26T19:27:00.777+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 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
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

portComponentName

PortComponentType<T> portComponentName(String portComponentName)
Sets the port-component-name element

Parameters:
portComponentName - the value for the element port-component-name
Returns:
the current instance of PortComponentType

getPortComponentName

String getPortComponentName()
Returns the port-component-name element

Returns:
the node defined for the element port-component-name

removePortComponentName

PortComponentType<T> removePortComponentName()
Removes the port-component-name element

Returns:
the current instance of PortComponentType

portComponentUri

PortComponentType<T> portComponentUri(String portComponentUri)
Sets the port-component-uri element

Parameters:
portComponentUri - the value for the element port-component-uri
Returns:
the current instance of PortComponentType

getPortComponentUri

String getPortComponentUri()
Returns the port-component-uri element

Returns:
the node defined for the element port-component-uri

removePortComponentUri

PortComponentType<T> removePortComponentUri()
Removes the port-component-uri element

Returns:
the current instance of PortComponentType

authMethod

PortComponentType<T> authMethod(String authMethod)
Sets the auth-method element

Parameters:
authMethod - the value for the element auth-method
Returns:
the current instance of PortComponentType

getAuthMethod

String getAuthMethod()
Returns the auth-method element

Returns:
the node defined for the element auth-method

removeAuthMethod

PortComponentType<T> removeAuthMethod()
Removes the auth-method element

Returns:
the current instance of PortComponentType

transportGuarantee

PortComponentType<T> transportGuarantee(String transportGuarantee)
Sets the transport-guarantee element

Parameters:
transportGuarantee - the value for the element transport-guarantee
Returns:
the current instance of PortComponentType

getTransportGuarantee

String getTransportGuarantee()
Returns the transport-guarantee element

Returns:
the node defined for the element transport-guarantee

removeTransportGuarantee

PortComponentType<T> removeTransportGuarantee()
Removes the transport-guarantee element

Returns:
the current instance of PortComponentType

secureWsdlAccess

PortComponentType<T> secureWsdlAccess(Boolean secureWsdlAccess)
Sets the secure-wsdl-access element

Parameters:
secureWsdlAccess - the value for the element secure-wsdl-access
Returns:
the current instance of PortComponentType

isSecureWsdlAccess

Boolean isSecureWsdlAccess()
Returns the secure-wsdl-access element

Returns:
the node defined for the element secure-wsdl-access

removeSecureWsdlAccess

PortComponentType<T> removeSecureWsdlAccess()
Removes the secure-wsdl-access element

Returns:
the current instance of PortComponentType

id

PortComponentType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of PortComponentType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

PortComponentType<T> removeId()
Removes the id attribute

Returns:
the current instance of PortComponentType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.