|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EncyclopediaAttributeDefinition
An XML Encyclopedia.AttributeDefinition(@http://enterprise.businessobjects.com/3.0/encyclopedia.attributedefinition). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
EncyclopediaAttributeDefinition.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
CustomProperties |
addNewCustomProperties()
Appends and returns a new empty "CustomProperties" element |
Instances |
addNewInstances()
Appends and returns a new empty "Instances" element |
TopicDefinitions |
addNewTopicDefinitions()
Appends and returns a new empty "TopicDefinitions" element |
CustomProperties |
getCustomProperties()
Gets the "CustomProperties" element |
int |
getDatatype()
Gets the "Datatype" element |
Instances |
getInstances()
Gets the "Instances" element |
int |
getLocDescription()
Gets the "LocDescription" element |
boolean |
getMandatory()
Gets the "Mandatory" element |
java.lang.String |
getPath()
Gets the "Path" element |
TopicDefinitions |
getTopicDefinitions()
Gets the "TopicDefinitions" element |
boolean |
isSetCustomProperties()
True if has "CustomProperties" element |
boolean |
isSetDatatype()
True if has "Datatype" element |
boolean |
isSetInstances()
True if has "Instances" element |
boolean |
isSetLocDescription()
True if has "LocDescription" element |
boolean |
isSetMandatory()
True if has "Mandatory" element |
boolean |
isSetPath()
True if has "Path" element |
boolean |
isSetTopicDefinitions()
True if has "TopicDefinitions" element |
void |
setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element |
void |
setDatatype(int datatype)
Sets the "Datatype" element |
void |
setInstances(Instances instances)
Sets the "Instances" element |
void |
setLocDescription(int locDescription)
Sets the "LocDescription" element |
void |
setMandatory(boolean mandatory)
Sets the "Mandatory" element |
void |
setPath(java.lang.String path)
Sets the "Path" element |
void |
setTopicDefinitions(TopicDefinitions topicDefinitions)
Sets the "TopicDefinitions" element |
void |
unsetCustomProperties()
Unsets the "CustomProperties" element |
void |
unsetDatatype()
Unsets the "Datatype" element |
void |
unsetInstances()
Unsets the "Instances" element |
void |
unsetLocDescription()
Unsets the "LocDescription" element |
void |
unsetMandatory()
Unsets the "Mandatory" element |
void |
unsetPath()
Unsets the "Path" element |
void |
unsetTopicDefinitions()
Unsets the "TopicDefinitions" element |
org.apache.xmlbeans.XmlInt |
xgetDatatype()
Gets (as xml) the "Datatype" element |
org.apache.xmlbeans.XmlInt |
xgetLocDescription()
Gets (as xml) the "LocDescription" element |
org.apache.xmlbeans.XmlBoolean |
xgetMandatory()
Gets (as xml) the "Mandatory" element |
org.apache.xmlbeans.XmlString |
xgetPath()
Gets (as xml) the "Path" element |
void |
xsetDatatype(org.apache.xmlbeans.XmlInt datatype)
Sets (as xml) the "Datatype" element |
void |
xsetLocDescription(org.apache.xmlbeans.XmlInt locDescription)
Sets (as xml) the "LocDescription" element |
void |
xsetMandatory(org.apache.xmlbeans.XmlBoolean mandatory)
Sets (as xml) the "Mandatory" element |
void |
xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "Path" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
boolean getMandatory()
org.apache.xmlbeans.XmlBoolean xgetMandatory()
boolean isSetMandatory()
void setMandatory(boolean mandatory)
void xsetMandatory(org.apache.xmlbeans.XmlBoolean mandatory)
void unsetMandatory()
int getLocDescription()
org.apache.xmlbeans.XmlInt xgetLocDescription()
boolean isSetLocDescription()
void setLocDescription(int locDescription)
void xsetLocDescription(org.apache.xmlbeans.XmlInt locDescription)
void unsetLocDescription()
Instances getInstances()
boolean isSetInstances()
void setInstances(Instances instances)
Instances addNewInstances()
void unsetInstances()
int getDatatype()
org.apache.xmlbeans.XmlInt xgetDatatype()
boolean isSetDatatype()
void setDatatype(int datatype)
void xsetDatatype(org.apache.xmlbeans.XmlInt datatype)
void unsetDatatype()
java.lang.String getPath()
org.apache.xmlbeans.XmlString xgetPath()
boolean isSetPath()
void setPath(java.lang.String path)
void xsetPath(org.apache.xmlbeans.XmlString path)
void unsetPath()
TopicDefinitions getTopicDefinitions()
boolean isSetTopicDefinitions()
void setTopicDefinitions(TopicDefinitions topicDefinitions)
TopicDefinitions addNewTopicDefinitions()
void unsetTopicDefinitions()
CustomProperties getCustomProperties()
boolean isSetCustomProperties()
void setCustomProperties(CustomProperties customProperties)
CustomProperties addNewCustomProperties()
void unsetCustomProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||