|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.webcommon30.UserDataConstraintTypeImpl<T>
public class UserDataConstraintTypeImpl<T>
This class implements the user-data-constraintType
xsd type
Original Documentation:
The user-data-constraintType is used to indicate how
data communicated between the client and container should be
protected.
Used in: security-constraint
Constructor Summary | |
---|---|
UserDataConstraintTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
UserDataConstraintTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
TransportGuaranteeType |
getTransportGuarantee()
Returns the transport-guarantee element |
java.lang.String |
getTransportGuaranteeAsString()
Returns the transport-guarantee element |
UserDataConstraintType<T> |
removeAllDescription()
Removes the description element |
UserDataConstraintType<T> |
setDescription(java.lang.String description)
Creates a new description element |
UserDataConstraintType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
UserDataConstraintType<T> |
setTransportGuarantee(java.lang.String transportGuarantee)
If not already created, a new transport-guarantee element with the given value will be created. |
UserDataConstraintType<T> |
setTransportGuarantee(TransportGuaranteeType transportGuarantee)
If not already created, a new transport-guarantee element with the given value will be created. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserDataConstraintTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public UserDataConstraintTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public UserDataConstraintType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface UserDataConstraintType<T>
UserDataConstraintType
public UserDataConstraintType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface UserDataConstraintType<T>
list
- of description
objects
UserDataConstraintType
public UserDataConstraintType<T> removeAllDescription()
description
element
removeAllDescription
in interface UserDataConstraintType<T>
UserDataConstraintType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface UserDataConstraintType<T>
description
public UserDataConstraintType<T> setTransportGuarantee(TransportGuaranteeType transportGuarantee)
transport-guarantee
element with the given value will be created.
Otherwise, the existing transport-guarantee
element will be updated with the given value.
setTransportGuarantee
in interface UserDataConstraintType<T>
UserDataConstraintType
public UserDataConstraintType<T> setTransportGuarantee(java.lang.String transportGuarantee)
transport-guarantee
element with the given value will be created.
Otherwise, the existing transport-guarantee
element will be updated with the given value.
setTransportGuarantee
in interface UserDataConstraintType<T>
UserDataConstraintType
public TransportGuaranteeType getTransportGuarantee()
transport-guarantee
element
getTransportGuarantee
in interface UserDataConstraintType<T>
transport-guarantee
public java.lang.String getTransportGuaranteeAsString()
transport-guarantee
element
getTransportGuaranteeAsString
in interface UserDataConstraintType<T>
transport-guarantee
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |