org.eclipse.modisco.jee.webapp.webapp24
Interface UserDataConstraintType


public interface UserDataConstraintType

A representation of the model object 'User Data Constraint Type'. The user-data-constraintType is used to indicate how data communicated between the client and container should be protected. Used in: security-constraint

The following features are supported:

See Also:
Webapp24Package.getUserDataConstraintType()
Generated:
Model:
extendedMetaData="name='user-data-constraintType' kind='elementOnly'"

Method Summary
  getDescription()
          Returns the value of the 'Description' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 TransportGuaranteeType getTransportGuarantee()
          Returns the value of the 'Transport Guarantee' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setTransportGuarantee(TransportGuaranteeType value)
          Sets the value of the 'Transport Guarantee' containment reference.
 

Method Detail

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

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

Returns:
the value of the 'Description' containment reference list.
See Also:
Webapp24Package.getUserDataConstraintType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/j2ee'"

getTransportGuarantee

TransportGuaranteeType getTransportGuarantee()
Returns the value of the 'Transport Guarantee' containment reference.

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

Returns:
the value of the 'Transport Guarantee' containment reference.
See Also:
setTransportGuarantee(TransportGuaranteeType), Webapp24Package.getUserDataConstraintType_TransportGuarantee()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='transport-guarantee' namespace='http://java.sun.com/xml/ns/j2ee'"

setTransportGuarantee

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

Parameters:
value - the new value of the 'Transport Guarantee' containment reference.
See Also:
getTransportGuarantee()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp24Package.getUserDataConstraintType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: