public interface WsxmlType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static interface |
WsxmlType.EjbLink
An XML ejb-link(@).
|
static class |
WsxmlType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
WsxmlType.ServletLink
An XML servlet-link(@).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
boolean |
getAppend()
Gets the "append" attribute
|
String |
getEjbLink()
Gets the "ejb-link" attribute
|
String |
getServletLink()
Gets the "servlet-link" attribute
|
boolean |
isSetAppend()
True if has "append" attribute
|
boolean |
isSetEjbLink()
True if has "ejb-link" attribute
|
boolean |
isSetServletLink()
True if has "servlet-link" attribute
|
void |
setAppend(boolean append)
Sets the "append" attribute
|
void |
setEjbLink(String ejbLink)
Sets the "ejb-link" attribute
|
void |
setServletLink(String servletLink)
Sets the "servlet-link" attribute
|
void |
unsetAppend()
Unsets the "append" attribute
|
void |
unsetEjbLink()
Unsets the "ejb-link" attribute
|
void |
unsetServletLink()
Unsets the "servlet-link" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetAppend()
Gets (as xml) the "append" attribute
|
WsxmlType.EjbLink |
xgetEjbLink()
Gets (as xml) the "ejb-link" attribute
|
WsxmlType.ServletLink |
xgetServletLink()
Gets (as xml) the "servlet-link" attribute
|
void |
xsetAppend(org.apache.xmlbeans.XmlBoolean append)
Sets (as xml) the "append" attribute
|
void |
xsetEjbLink(WsxmlType.EjbLink ejbLink)
Sets (as xml) the "ejb-link" attribute
|
void |
xsetServletLink(WsxmlType.ServletLink servletLink)
Sets (as xml) the "servlet-link" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getServletLink()
WsxmlType.ServletLink xgetServletLink()
boolean isSetServletLink()
void setServletLink(String servletLink)
void xsetServletLink(WsxmlType.ServletLink servletLink)
void unsetServletLink()
String getEjbLink()
WsxmlType.EjbLink xgetEjbLink()
boolean isSetEjbLink()
void setEjbLink(String ejbLink)
void xsetEjbLink(WsxmlType.EjbLink ejbLink)
void unsetEjbLink()
boolean getAppend()
org.apache.xmlbeans.XmlBoolean xgetAppend()
boolean isSetAppend()
void setAppend(boolean append)
void xsetAppend(org.apache.xmlbeans.XmlBoolean append)
void unsetAppend()
Copyright © 2019. All Rights Reserved.