Uses of Class
org.jboss.shrinkwrap.descriptor.api.webcommon30.TransportGuaranteeType

Packages that use TransportGuaranteeType
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
 

Uses of TransportGuaranteeType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return TransportGuaranteeType
static TransportGuaranteeType TransportGuaranteeType.getFromStringValue(java.lang.String value)
           
 TransportGuaranteeType UserDataConstraintType.getTransportGuarantee()
          Returns the transport-guarantee element
static TransportGuaranteeType TransportGuaranteeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransportGuaranteeType[] TransportGuaranteeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 with parameters of type TransportGuaranteeType
 UserDataConstraintType<T> UserDataConstraintType.setTransportGuarantee(TransportGuaranteeType transportGuarantee)
          If not already created, a new transport-guarantee element with the given value will be created.
 

Uses of TransportGuaranteeType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return TransportGuaranteeType
 TransportGuaranteeType UserDataConstraintTypeImpl.getTransportGuarantee()
          Returns the transport-guarantee element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 with parameters of type TransportGuaranteeType
 UserDataConstraintType<T> UserDataConstraintTypeImpl.setTransportGuarantee(TransportGuaranteeType transportGuarantee)
          If not already created, a new transport-guarantee element with the given value will be created.