Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
UserDataConstraintType<T> |
UserDataConstraintType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
UserDataConstraintType<SecurityConstraintType<T>> |
SecurityConstraintType.getOrCreateUserDataConstraint()
If not already created, a new
user-data-constraint element with the given value will be created. |
UserDataConstraintType<T> |
UserDataConstraintType.id(String id)
Sets the
id attribute |
UserDataConstraintType<T> |
UserDataConstraintType.removeAllDescription()
Removes the
description element |
UserDataConstraintType<T> |
UserDataConstraintType.removeId()
Removes the
id attribute |
UserDataConstraintType<T> |
UserDataConstraintType.removeTransportGuarantee()
Removes the
transport-guarantee attribute |
UserDataConstraintType<T> |
UserDataConstraintType.transportGuarantee(String transportGuarantee)
Sets the
transport-guarantee element |
UserDataConstraintType<T> |
UserDataConstraintType.transportGuarantee(TransportGuaranteeType transportGuarantee)
Sets the
transport-guarantee element |
Copyright © 2017 JBoss by Red Hat. All rights reserved.