WebLogic Integration


Uses of Class
com.bea.schema.SOMAttributeGroup

Packages that use SOMAttributeGroup
com.bea.schema Objects/interfaces for BEA Schema support. 
 

Uses of SOMAttributeGroup in com.bea.schema
 

Methods in com.bea.schema that return SOMAttributeGroup
 SOMAttributeGroup SOMAttributeGroup.addAttributeGroup(java.lang.String name)
          add an new <attributeGroup> sub-element.
 SOMAttributeGroup SOMAttributeGroup.add(SOMAttributeGroup attributeGroup)
          add an <attributeGroup> sub-element.
 SOMAttributeGroup SOMAttributeGroup.remove(SOMAttributeGroup child)
          remove an attribute child.
 SOMAttributeGroup SOMExtension.addAttributeGroup(SOMAttributeGroup attribute)
          add an <attributeGroup> to this complexType.
 SOMAttributeGroup SOMExtension.removeAttributeGroup(SOMAttributeGroup attr)
          remove an attribute group sub-element.
 SOMAttributeGroup SOMSchema.addAttributeGroup(java.lang.String name)
          Creates a SOMAttributeGroup object with the given name and adds the <attributeGroup> to the root level of this schema.
 SOMAttributeGroup SOMSchema.addAttributeGroup(SOMAttributeGroup child)
          Adds a previously created <attributeGroup> object to the root of the schema object model.
 SOMAttributeGroup SOMSchema.lookupAttrGrpReference(java.lang.String registeredName)
          Returns a reference to an attributeGroup previously added to this schema object.
 SOMAttributeGroup SOMRestriction.addAttributeGroup(SOMAttributeGroup attribute)
           
 SOMAttributeGroup SOMComplexType.addAttributeGroup(SOMAttributeGroup attributeGrp)
          add an <attributeGroup> to this complexType.
 SOMAttributeGroup SOMComplexType.removeAttributeGroup(SOMAttributeGroup attr)
          remove an attribute sub-element.
 

Methods in com.bea.schema with parameters of type SOMAttributeGroup
 SOMAttributeGroup SOMAttributeGroup.add(SOMAttributeGroup attributeGroup)
          add an <attributeGroup> sub-element.
 SOMAttributeGroup SOMAttributeGroup.remove(SOMAttributeGroup child)
          remove an attribute child.
 SOMAttributeGroup SOMExtension.addAttributeGroup(SOMAttributeGroup attribute)
          add an <attributeGroup> to this complexType.
 SOMAttributeGroup SOMExtension.removeAttributeGroup(SOMAttributeGroup attr)
          remove an attribute group sub-element.
 SOMAttributeGroup SOMSchema.addAttributeGroup(SOMAttributeGroup child)
          Adds a previously created <attributeGroup> object to the root of the schema object model.
 SOMAttributeGroup SOMRestriction.addAttributeGroup(SOMAttributeGroup attribute)
           
 SOMAttributeGroup SOMComplexType.addAttributeGroup(SOMAttributeGroup attributeGrp)
          add an <attributeGroup> to this complexType.
 SOMAttributeGroup SOMComplexType.removeAttributeGroup(SOMAttributeGroup attr)
          remove an attribute sub-element.
 

Constructors in com.bea.schema with parameters of type SOMAttributeGroup
SOMAttributeGroup.SOMAttributeGroup(SOMAttributeGroup ref, SOMObject parent)
          Construct an <attributeGroup> reference
 


WebLogic Integration

WebLogic Integration (WLI)