public interface MethodType<T> extends Child<T>
methodType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getId()
Returns the
id attribute |
String |
getMethodName()
Returns the
method-name element |
String |
getTransactionTimeout()
Returns the
transaction-timeout element |
MethodType<T> |
id(String id)
Sets the
id attribute |
MethodType<T> |
idempotent(Boolean idempotent)
Sets the
idempotent element |
Boolean |
isIdempotent()
Returns the
idempotent element |
Boolean |
isReadOnly()
Returns the
read-only element |
MethodType<T> |
methodName(String methodName)
Sets the
method-name element |
MethodType<T> |
readOnly(Boolean readOnly)
Sets the
read-only element |
MethodType<T> |
removeId()
Removes the
id attribute |
MethodType<T> |
removeIdempotent()
Removes the
idempotent element |
MethodType<T> |
removeMethodName()
Removes the
method-name element |
MethodType<T> |
removeReadOnly()
Removes the
read-only element |
MethodType<T> |
removeTransactionTimeout()
Removes the
transaction-timeout element |
MethodType<T> |
transactionTimeout(String transactionTimeout)
Sets the
transaction-timeout element |
MethodType<T> methodName(String methodName)
method-name
elementmethodName
- the value for the element method-name
MethodType
String getMethodName()
method-name
elementmethod-name
MethodType<T> removeMethodName()
method-name
elementMethodType
MethodType<T> readOnly(Boolean readOnly)
read-only
elementreadOnly
- the value for the element read-only
MethodType
Boolean isReadOnly()
read-only
elementread-only
MethodType<T> removeReadOnly()
read-only
elementMethodType
MethodType<T> idempotent(Boolean idempotent)
idempotent
elementidempotent
- the value for the element idempotent
MethodType
Boolean isIdempotent()
idempotent
elementidempotent
MethodType<T> removeIdempotent()
idempotent
elementMethodType
MethodType<T> transactionTimeout(String transactionTimeout)
transaction-timeout
elementtransactionTimeout
- the value for the element transaction-timeout
MethodType
String getTransactionTimeout()
transaction-timeout
elementtransaction-timeout
MethodType<T> removeTransactionTimeout()
transaction-timeout
elementMethodType
MethodType<T> id(String id)
id
attributeid
- the value for the attribute id
MethodType
String getId()
id
attributeid
MethodType<T> removeId()
id
attributeMethodType
Copyright © 2016 JBoss by Red Hat. All rights reserved.