public interface AgentItemConfig extends ModelItemConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
AgentItemConfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
Gets the "enabled" attribute
|
String |
getUrl()
Gets the "url" attribute
|
boolean |
isSetEnabled()
True if has "enabled" attribute
|
boolean |
isSetUrl()
True if has "url" attribute
|
void |
setEnabled(boolean enabled)
Sets the "enabled" attribute
|
void |
setUrl(String url)
Sets the "url" attribute
|
void |
unsetEnabled()
Unsets the "enabled" attribute
|
void |
unsetUrl()
Unsets the "url" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetEnabled()
Gets (as xml) the "enabled" attribute
|
org.apache.xmlbeans.XmlString |
xgetUrl()
Gets (as xml) the "url" attribute
|
void |
xsetEnabled(org.apache.xmlbeans.XmlBoolean enabled)
Sets (as xml) the "enabled" attribute
|
void |
xsetUrl(org.apache.xmlbeans.XmlString url)
Sets (as xml) the "url" attribute
|
getLabel, isSetLabel, setLabel, unsetLabel, xgetLabel, xsetLabeladdNewAddons, addNewAttributes, addNewProperties, getAddons, getAttributes, getId, getProperties, isSetId, setAddons, setAttributes, setId, setProperties, unsetId, xgetId, xsetIdchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getUrl()
org.apache.xmlbeans.XmlString xgetUrl()
boolean isSetUrl()
void setUrl(String url)
void xsetUrl(org.apache.xmlbeans.XmlString url)
void unsetUrl()
boolean getEnabled()
org.apache.xmlbeans.XmlBoolean xgetEnabled()
boolean isSetEnabled()
void setEnabled(boolean enabled)
void xsetEnabled(org.apache.xmlbeans.XmlBoolean enabled)
void unsetEnabled()
Copyright © 2019. All rights reserved.