org.eclipse.jst.j2ee.webapplication
Interface UserDataConstraint

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface UserDataConstraint
extends J2EEEObject

The user-data-constraint element is used to indicate how data communicated between the client and container should be protected

Since:
1.0

Method Summary
 java.lang.String getDescription()
           
 org.eclipse.emf.common.util.EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 SecurityConstraint getSecConstraint()
           
 TransportGuaranteeType getTransportGuarantee()
           
 boolean isSetTransportGuarantee()
          Returns whether the value of the 'Transport Guarantee' attribute is set
 void setDescription(java.lang.String value)
           
 void setSecConstraint(SecurityConstraint value)
           
 void setTransportGuarantee(TransportGuaranteeType value)
          Sets the value of the 'Transport Guarantee' attribute
 void unsetTransportGuarantee()
          Unsets the value of the 'Transport Guarantee' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDescription

java.lang.String getDescription()
Returns:
The value of the Description attribute A description for the user data constraint.

setDescription

void setDescription(java.lang.String value)
Parameters:
value - The new value of the Description attribute

getTransportGuarantee

TransportGuaranteeType getTransportGuarantee()
Returns:
The value of the TransportGuarantee attribute The transport-guarantee element specifies that the communication between client and server should be NONE, INTEGRAL, or CONFIDENTIAL. NONE means that the application does not require any transport guarantees. A value of INTEGRAL means that the application requires that the data sent between the client and server be sent in such a way that it can't be changed in transit. CONFIDENTIAL means that the application requires that the data be transmitted in a fashion that prevents other entities from observing the contents of the transmission. In most cases, the presence of the INTEGRAL or CONFIDENTIAL flag will indicate that the use of SSL is required.

setTransportGuarantee

void setTransportGuarantee(TransportGuaranteeType value)
Sets the value of the 'Transport Guarantee' attribute.

Parameters:
value - the new value of the 'Transport Guarantee' attribute.
See Also:
TransportGuaranteeType, isSetTransportGuarantee(), unsetTransportGuarantee(), getTransportGuarantee()

unsetTransportGuarantee

void unsetTransportGuarantee()
Unsets the value of the 'Transport Guarantee' attribute.

See Also:
isSetTransportGuarantee(), getTransportGuarantee(), setTransportGuarantee(TransportGuaranteeType)

isSetTransportGuarantee

boolean isSetTransportGuarantee()
Returns whether the value of the 'Transport Guarantee' attribute is set.

Returns:
whether the value of the 'Transport Guarantee' attribute is set.
See Also:
unsetTransportGuarantee(), getTransportGuarantee(), setTransportGuarantee(TransportGuaranteeType)

getSecConstraint

SecurityConstraint getSecConstraint()
Returns:
The SecConstraint reference

setSecConstraint

void setSecConstraint(SecurityConstraint value)
Parameters:
value - The new value of the SecConstraint reference

getDescriptions

org.eclipse.emf.common.util.EList getDescriptions()
Returns the value of the 'Descriptions' containment reference list. The list contents are of type Description.

If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Descriptions' containment reference list.
See Also:
WebapplicationPackage.getUserDataConstraint_Descriptions()