|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserDataConstraintType | |
---|---|
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 UserDataConstraintType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return UserDataConstraintType | |
---|---|
UserDataConstraintType<T> |
UserDataConstraintType.removeAllDescription()
Removes the description element |
UserDataConstraintType<T> |
UserDataConstraintType.setDescription(java.lang.String description)
Creates a new description element |
UserDataConstraintType<T> |
UserDataConstraintType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
UserDataConstraintType<T> |
UserDataConstraintType.setTransportGuarantee(java.lang.String transportGuarantee)
If not already created, a new transport-guarantee element with the given value will be created. |
UserDataConstraintType<T> |
UserDataConstraintType.setTransportGuarantee(TransportGuaranteeType transportGuarantee)
If not already created, a new transport-guarantee element with the given value will be created. |
UserDataConstraintType<SecurityConstraintType<T>> |
SecurityConstraintType.userDataConstraint()
If not already created, a new user-data-constraint element will be created and returned. |
Uses of UserDataConstraintType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement UserDataConstraintType | |
---|---|
class |
UserDataConstraintTypeImpl<T>
This class implements the user-data-constraintType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return UserDataConstraintType | |
---|---|
UserDataConstraintType<T> |
UserDataConstraintTypeImpl.removeAllDescription()
Removes the description element |
UserDataConstraintType<T> |
UserDataConstraintTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
UserDataConstraintType<T> |
UserDataConstraintTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
UserDataConstraintType<T> |
UserDataConstraintTypeImpl.setTransportGuarantee(java.lang.String transportGuarantee)
If not already created, a new transport-guarantee element with the given value will be created. |
UserDataConstraintType<T> |
UserDataConstraintTypeImpl.setTransportGuarantee(TransportGuaranteeType transportGuarantee)
If not already created, a new transport-guarantee element with the given value will be created. |
UserDataConstraintType<SecurityConstraintType<T>> |
SecurityConstraintTypeImpl.userDataConstraint()
If not already created, a new user-data-constraint element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |