WebLogic Integration


Uses of Class
com.bea.schema.SOMAttribute

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 SOMSimpleContent.addAttribute(SOMAttribute attribute)
          utility for adding attributes to child, restriction or extension.
 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 SOMRestriction.addAttribute(SOMAttribute attribute)
           
 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 SOMSimpleContent.addAttribute(SOMAttribute attribute)
          utility for adding attributes to child, restriction or extension.
 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 SOMRestriction.addAttribute(SOMAttribute attribute)
           
 SOMAttribute SOMComplexType.addAttribute(SOMAttribute attribute)
          add an <attribute> to this complexType.
 SOMAttribute SOMComplexType.removeAttribute(SOMAttribute attr)
          remove an attribute sub-element.
 


WebLogic Integration

WebLogic Integration (WLI)