public class Parameter
extends java.lang.Object
INTERNAL:Name and type (QName
) for a bound argument.
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
javax.xml.namespace.QName |
getType() |
boolean |
isOptional() |
void |
setName(java.lang.String name)
Set name of bound argument
|
void |
setOptional(boolean optional)
Set the optional indicator
|
void |
setType(javax.xml.namespace.QName type)
Set type of bound argument
|
void |
validate(XRServiceAdapter xrService,
java.lang.String operationName) |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public javax.xml.namespace.QName getType()
QName
) of a bound argumentpublic void setType(javax.xml.namespace.QName type)
type
- public boolean isOptional()
public void setOptional(boolean optional)
name
- public void validate(XRServiceAdapter xrService, java.lang.String operationName)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference