public interface UserDataConstraintType<T> extends Child<T>
user-data-constraintType
xsd typeModifier 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 |
TransportGuaranteeType |
getTransportGuarantee()
Returns the
transport-guarantee element |
String |
getTransportGuaranteeAsString()
Returns the
transport-guarantee element |
UserDataConstraintType<T> |
removeAllDescription()
Removes the
description element |
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
objectsUserDataConstraintType
List<String> getAllDescription()
description
elementsdescription
UserDataConstraintType<T> removeAllDescription()
description
elementUserDataConstraintType
UserDataConstraintType<T> transportGuarantee(TransportGuaranteeType transportGuarantee)
transport-guarantee
elementtransportGuarantee
- the value for the element transport-guarantee
UserDataConstraintType
UserDataConstraintType<T> transportGuarantee(String transportGuarantee)
transport-guarantee
elementtransportGuarantee
- the value for the element transport-guarantee
UserDataConstraintType
TransportGuaranteeType getTransportGuarantee()
transport-guarantee
elementtransport-guarantee
String getTransportGuaranteeAsString()
transport-guarantee
elementtransport-guarantee
UserDataConstraintType<T> removeTransportGuarantee()
transport-guarantee
attributeUserDataConstraintType
Copyright © 2015 JBoss by Red Hat. All rights reserved.