WebLogic Integration


Uses of Interface
com.bea.schema.SOMReference

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

Uses of SOMReference in com.bea.schema
 

Classes in com.bea.schema that implement SOMReference
 class SOMAttribute
          <attribute> The XML representation for an attribute declaration schema component is an <attribute> element information item.
 class SOMAttributeGroup
          <attributeGroup> The XML representation for an attribute group definition schema component is an <attributeGroup> element information item.
 class SOMBasic
          Abstract base class for SOMElement and SOMAttribute.
 class SOMElement
          <element> The XML representation for an element declaration schema component is an <element> element information item.
 class SOMGroup
          <group> The XML representation for a model group definition schema component is a <group> element information item.
 class SOMUnresolvedReference
          Place holder for element(s) and attribute(s) not yet defined.
 

Methods in com.bea.schema that return SOMReference
 SOMReference SOMAttributeGroup.getRef()
          get the "ref" attribute.
 SOMReference SOMBasic.getRef()
          get the "ref" attribute.
 SOMReference SOMGroup.getRef()
           
 SOMReference SOMSchema.lookupReference(java.lang.String registeredName)
          Returns a reference to an element previously added to this schema object.
 

Methods in com.bea.schema with parameters of type SOMReference
 void SOMAttributeGroup.setRef(SOMReference ref)
          set the "ref" attribute.
 void SOMBasic.setRef(SOMReference ref)
          set the element to which this element should reference.
 void SOMGroup.setRef(SOMReference ref)
          set the "ref" attribute.
 void SOMUnresolvedReference.setRef(SOMReference ref)
           
 void SOMReference.setRef(SOMReference ref)
           
 


WebLogic Integration

WebLogic Integration (WLI)