
public interface UserDataConstraintType<T> extends Child<T>, JavaeeUserDataConstraintCommonType<T,UserDataConstraintType<T>>
user-data-constraintType xsd type| Modifier and Type | Method and Description |
|---|---|
UserDataConstraintType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getId()
Returns the
id attribute |
TransportGuaranteeType |
getTransportGuarantee()
Returns the
transport-guarantee element |
String |
getTransportGuaranteeAsString()
Returns the
transport-guarantee element |
UserDataConstraintType<T> |
id(String id)
Sets the
id attribute |
UserDataConstraintType<T> |
removeAllDescription()
Removes the
description element |
UserDataConstraintType<T> |
removeId()
Removes the
id attribute |
UserDataConstraintType<T> |
removeTransportGuarantee()
Removes the
transport-guarantee attribute |
UserDataConstraintType<T> |
transportGuarantee(String transportGuarantee)
Sets the
transport-guarantee element |
UserDataConstraintType<T> |
transportGuarantee(TransportGuaranteeType transportGuarantee)
Sets the
transport-guarantee element |
UserDataConstraintType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsUserDataConstraintTypeList<String> getAllDescription()
description elementsdescriptionUserDataConstraintType<T> removeAllDescription()
description elementUserDataConstraintTypeUserDataConstraintType<T> transportGuarantee(TransportGuaranteeType transportGuarantee)
transport-guarantee elementtransportGuarantee - the value for the element transport-guaranteeUserDataConstraintTypeUserDataConstraintType<T> transportGuarantee(String transportGuarantee)
transport-guarantee elementtransportGuarantee - the value for the element transport-guaranteeUserDataConstraintTypeTransportGuaranteeType getTransportGuarantee()
transport-guarantee elementtransport-guaranteeString getTransportGuaranteeAsString()
transport-guarantee elementtransport-guaranteeUserDataConstraintType<T> removeTransportGuarantee()
transport-guarantee attributeUserDataConstraintTypeUserDataConstraintType<T> id(String id)
id attributeid - the value for the attribute idUserDataConstraintTypeString getId()
id attributeidUserDataConstraintType<T> removeId()
id attributeUserDataConstraintTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.