|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOMAttribute | |
com.bea.schema | Objects/interfaces for BEA Schema support. |
Uses of SOMAttribute in com.bea.schema |
Methods in com.bea.schema that return SOMAttribute | |
SOMAttribute |
SOMAttributeGroup.addAttribute(java.lang.String name)
add an new <attribute> sub-element. |
SOMAttribute |
SOMAttributeGroup.add(SOMAttribute attribute)
add an <attribute> sub-element. |
SOMAttribute |
SOMAttributeGroup.remove(SOMAttribute child)
remove an attribute child. |
SOMAttribute |
SOMExtension.addAttribute(java.lang.String name)
|
SOMAttribute |
SOMExtension.addAttribute(java.lang.String name,
SOMType type)
|
SOMAttribute |
SOMExtension.addAttribute(SOMAttribute attribute)
add an <attribute> to this complexType. |
SOMAttribute |
SOMExtension.removeAttribute(SOMAttribute attr)
remove an attribute sub-element. |
SOMAttribute |
SOMSchema.addAttributeElement(java.lang.String name)
Creates a SOMAttribute object with the given name and adds the <attribute> to the root level of this schema. |
SOMAttribute |
SOMSchema.addAttributeElement(SOMAttribute child)
Adds a previously created <attribute> object to the root of the schema object model. |
SOMAttribute |
SOMSchema.removeAttribute(java.lang.String name)
remove an attribute from the root level of this schema |
SOMAttribute |
SOMComplexType.addAttribute(java.lang.String name)
|
SOMAttribute |
SOMComplexType.addAttribute(java.lang.String name,
SOMType type)
|
SOMAttribute |
SOMComplexType.addAttribute(SOMAttribute attribute)
add an <attribute> to this complexType. |
SOMAttribute |
SOMComplexType.removeAttribute(SOMAttribute attr)
remove an attribute sub-element. |
Methods in com.bea.schema with parameters of type SOMAttribute | |
SOMAttribute |
SOMAttributeGroup.add(SOMAttribute attribute)
add an <attribute> sub-element. |
SOMAttribute |
SOMAttributeGroup.remove(SOMAttribute child)
remove an attribute child. |
SOMAttribute |
SOMExtension.addAttribute(SOMAttribute attribute)
add an <attribute> to this complexType. |
SOMAttribute |
SOMExtension.removeAttribute(SOMAttribute attr)
remove an attribute sub-element. |
SOMAttribute |
SOMSchema.addAttributeElement(SOMAttribute child)
Adds a previously created <attribute> object to the root of the schema object model. |
SOMAttribute |
SOMComplexType.addAttribute(SOMAttribute attribute)
add an <attribute> to this complexType. |
SOMAttribute |
SOMComplexType.removeAttribute(SOMAttribute attr)
remove an attribute sub-element. |
|
WebLogic Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |