|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EncyclopediaAssociationEndDefinition
An XML Encyclopedia.AssociationEndDefinition(@http://enterprise.businessobjects.com/3.0/encyclopedia.associationendefinition). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
EncyclopediaAssociationEndDefinition.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
AssociationDefinitions |
addNewAssociationDefinitions()
Appends and returns a new empty "AssociationDefinitions" element |
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 |
AssociationDefinitions |
getAssociationDefinitions()
Gets the "AssociationDefinitions" element |
CustomProperties |
getCustomProperties()
Gets the "CustomProperties" element |
Instances |
getInstances()
Gets the "Instances" element |
int |
getLocDescription()
Gets the "LocDescription" element |
int |
getMultiplicity()
Gets the "Multiplicity" element |
boolean |
getOptional()
Gets the "Optional" element |
java.lang.String |
getPath()
Gets the "Path" element |
java.lang.String |
getRolename()
Gets the "Rolename" element |
TopicDefinitions |
getTopicDefinitions()
Gets the "TopicDefinitions" element |
boolean |
isSetAssociationDefinitions()
True if has "AssociationDefinitions" element |
boolean |
isSetCustomProperties()
True if has "CustomProperties" element |
boolean |
isSetInstances()
True if has "Instances" element |
boolean |
isSetLocDescription()
True if has "LocDescription" element |
boolean |
isSetMultiplicity()
True if has "Multiplicity" element |
boolean |
isSetOptional()
True if has "Optional" element |
boolean |
isSetPath()
True if has "Path" element |
boolean |
isSetRolename()
True if has "Rolename" element |
boolean |
isSetTopicDefinitions()
True if has "TopicDefinitions" element |
void |
setAssociationDefinitions(AssociationDefinitions associationDefinitions)
Sets the "AssociationDefinitions" element |
void |
setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element |
void |
setInstances(Instances instances)
Sets the "Instances" element |
void |
setLocDescription(int locDescription)
Sets the "LocDescription" element |
void |
setMultiplicity(int multiplicity)
Sets the "Multiplicity" element |
void |
setOptional(boolean optional)
Sets the "Optional" element |
void |
setPath(java.lang.String path)
Sets the "Path" element |
void |
setRolename(java.lang.String rolename)
Sets the "Rolename" element |
void |
setTopicDefinitions(TopicDefinitions topicDefinitions)
Sets the "TopicDefinitions" element |
void |
unsetAssociationDefinitions()
Unsets the "AssociationDefinitions" element |
void |
unsetCustomProperties()
Unsets the "CustomProperties" element |
void |
unsetInstances()
Unsets the "Instances" element |
void |
unsetLocDescription()
Unsets the "LocDescription" element |
void |
unsetMultiplicity()
Unsets the "Multiplicity" element |
void |
unsetOptional()
Unsets the "Optional" element |
void |
unsetPath()
Unsets the "Path" element |
void |
unsetRolename()
Unsets the "Rolename" element |
void |
unsetTopicDefinitions()
Unsets the "TopicDefinitions" element |
org.apache.xmlbeans.XmlInt |
xgetLocDescription()
Gets (as xml) the "LocDescription" element |
org.apache.xmlbeans.XmlInt |
xgetMultiplicity()
Gets (as xml) the "Multiplicity" element |
org.apache.xmlbeans.XmlBoolean |
xgetOptional()
Gets (as xml) the "Optional" element |
org.apache.xmlbeans.XmlString |
xgetPath()
Gets (as xml) the "Path" element |
org.apache.xmlbeans.XmlString |
xgetRolename()
Gets (as xml) the "Rolename" element |
void |
xsetLocDescription(org.apache.xmlbeans.XmlInt locDescription)
Sets (as xml) the "LocDescription" element |
void |
xsetMultiplicity(org.apache.xmlbeans.XmlInt multiplicity)
Sets (as xml) the "Multiplicity" element |
void |
xsetOptional(org.apache.xmlbeans.XmlBoolean optional)
Sets (as xml) the "Optional" element |
void |
xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "Path" element |
void |
xsetRolename(org.apache.xmlbeans.XmlString rolename)
Sets (as xml) the "Rolename" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
boolean getOptional()
org.apache.xmlbeans.XmlBoolean xgetOptional()
boolean isSetOptional()
void setOptional(boolean optional)
void xsetOptional(org.apache.xmlbeans.XmlBoolean optional)
void unsetOptional()
int getLocDescription()
org.apache.xmlbeans.XmlInt xgetLocDescription()
boolean isSetLocDescription()
void setLocDescription(int locDescription)
void xsetLocDescription(org.apache.xmlbeans.XmlInt locDescription)
void unsetLocDescription()
java.lang.String getRolename()
org.apache.xmlbeans.XmlString xgetRolename()
boolean isSetRolename()
void setRolename(java.lang.String rolename)
void xsetRolename(org.apache.xmlbeans.XmlString rolename)
void unsetRolename()
int getMultiplicity()
org.apache.xmlbeans.XmlInt xgetMultiplicity()
boolean isSetMultiplicity()
void setMultiplicity(int multiplicity)
void xsetMultiplicity(org.apache.xmlbeans.XmlInt multiplicity)
void unsetMultiplicity()
TopicDefinitions getTopicDefinitions()
boolean isSetTopicDefinitions()
void setTopicDefinitions(TopicDefinitions topicDefinitions)
TopicDefinitions addNewTopicDefinitions()
void unsetTopicDefinitions()
AssociationDefinitions getAssociationDefinitions()
boolean isSetAssociationDefinitions()
void setAssociationDefinitions(AssociationDefinitions associationDefinitions)
AssociationDefinitions addNewAssociationDefinitions()
void unsetAssociationDefinitions()
Instances getInstances()
boolean isSetInstances()
void setInstances(Instances instances)
Instances addNewInstances()
void unsetInstances()
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()
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 | ||||||||