Package | Description |
---|---|
org.apache.cxf.jaxws.javaee |
Modifier and Type | Class and Description |
---|---|
class |
DescriptionType
The description type is used by a description element to
provide text describing the parent element.
|
Modifier and Type | Field and Description |
---|---|
protected XsdStringType |
EnvEntryType.envEntryValue |
protected XsdStringType |
ResourceRefType.mappedName |
protected XsdStringType |
EjbRefType.mappedName |
protected XsdStringType |
EnvEntryType.mappedName |
protected XsdStringType |
EjbLocalRefType.mappedName |
protected XsdStringType |
PersistenceUnitRefType.mappedName |
protected XsdStringType |
MessageDestinationType.mappedName |
protected XsdStringType |
PersistenceContextRefType.mappedName |
protected XsdStringType |
ServiceRefType.mappedName |
protected XsdStringType |
MessageDestinationRefType.mappedName |
protected XsdStringType |
ResourceEnvRefType.mappedName |
protected XsdStringType |
PropertyType.name |
protected XsdStringType |
ParamValueType.paramValue |
protected XsdStringType |
PropertyType.value |
Modifier and Type | Method and Description |
---|---|
XsdStringType |
ObjectFactory.createXsdStringType()
Create an instance of
XsdStringType |
XsdStringType |
EnvEntryType.getEnvEntryValue()
Gets the value of the envEntryValue property.
|
XsdStringType |
ResourceRefType.getMappedName()
Gets the value of the mappedName property.
|
XsdStringType |
EjbRefType.getMappedName()
Gets the value of the mappedName property.
|
XsdStringType |
EnvEntryType.getMappedName()
Gets the value of the mappedName property.
|
XsdStringType |
EjbLocalRefType.getMappedName()
Gets the value of the mappedName property.
|
XsdStringType |
PersistenceUnitRefType.getMappedName()
Gets the value of the mappedName property.
|
XsdStringType |
MessageDestinationType.getMappedName()
Gets the value of the mappedName property.
|
XsdStringType |
PersistenceContextRefType.getMappedName()
Gets the value of the mappedName property.
|
XsdStringType |
ServiceRefType.getMappedName()
Gets the value of the mappedName property.
|
XsdStringType |
MessageDestinationRefType.getMappedName()
Gets the value of the mappedName property.
|
XsdStringType |
ResourceEnvRefType.getMappedName()
Gets the value of the mappedName property.
|
XsdStringType |
PropertyType.getName()
Gets the value of the name property.
|
XsdStringType |
ParamValueType.getParamValue()
Gets the value of the paramValue property.
|
XsdStringType |
PropertyType.getValue()
Gets the value of the value property.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvEntryType.setEnvEntryValue(XsdStringType value)
Sets the value of the envEntryValue property.
|
void |
ResourceRefType.setMappedName(XsdStringType value)
Sets the value of the mappedName property.
|
void |
EjbRefType.setMappedName(XsdStringType value)
Sets the value of the mappedName property.
|
void |
EnvEntryType.setMappedName(XsdStringType value)
Sets the value of the mappedName property.
|
void |
EjbLocalRefType.setMappedName(XsdStringType value)
Sets the value of the mappedName property.
|
void |
PersistenceUnitRefType.setMappedName(XsdStringType value)
Sets the value of the mappedName property.
|
void |
MessageDestinationType.setMappedName(XsdStringType value)
Sets the value of the mappedName property.
|
void |
PersistenceContextRefType.setMappedName(XsdStringType value)
Sets the value of the mappedName property.
|
void |
ServiceRefType.setMappedName(XsdStringType value)
Sets the value of the mappedName property.
|
void |
MessageDestinationRefType.setMappedName(XsdStringType value)
Sets the value of the mappedName property.
|
void |
ResourceEnvRefType.setMappedName(XsdStringType value)
Sets the value of the mappedName property.
|
void |
PropertyType.setName(XsdStringType value)
Sets the value of the name property.
|
void |
ParamValueType.setParamValue(XsdStringType value)
Sets the value of the paramValue property.
|
void |
PropertyType.setValue(XsdStringType value)
Sets the value of the value property.
|
Apache CXF