org.netbeans.modules.j2ee.dd/1 1.25.0 2

org.netbeans.modules.j2ee.dd.api.web
Interface UserDataConstraint

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface UserDataConstraint
extends CommonDDBean, DescriptionInterface

Generated interface for UserDataConstraint element.

Important note: Do not provide an implementation of this interface unless you are a DD API provider!


Method Summary
 String getTransportGuarantee()
          Getter for transport-guarantee property.
 void setTransportGuarantee(String value)
          Setter for transport-guarantee property.
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 

Method Detail

setTransportGuarantee

void setTransportGuarantee(String value)
Setter for transport-guarantee property.

Parameters:
value - property value

getTransportGuarantee

String getTransportGuarantee()
Getter for transport-guarantee property.

Returns:
property value

org.netbeans.modules.j2ee.dd/1 1.25.0 2

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.