WebLogic Integration


com.bea.schema
Class SOMComplexRestriction

java.lang.Object
  |
  +--com.bea.schema.SOMObject
        |
        +--com.bea.schema.SOMExtension
              |
              +--com.bea.schema.SOMComplexExtension
                    |
                    +--com.bea.schema.SOMComplexRestriction

public class SOMComplexRestriction
extends SOMComplexExtension

<restriction> This class acts as a wrapper to restriction elements for complexContent.

Since:
9/1/2001
Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
protected SOMComplexRestriction(SOMObject parent, org.xml.sax.Attributes attrs)
           
  SOMComplexRestriction(SOMType base)
          Constructs a new <restriction> element of a given base type.
 
Method Summary
 java.lang.String getID()
           
 
Methods inherited from class com.bea.schema.SOMComplexExtension
addAll, addChild, addChoice, addGroup, addSequence, createDefault, getGroup, removeGroup, setBase, setGroup, toXML, validate
 
Methods inherited from class com.bea.schema.SOMExtension
addAnnotation, addAttribute, addAttribute, addAttribute, addAttributeGroup, getAnnotation, getAttributeElements, getAttributeGroups, getAttributes, getBase, listAttributesExtended, removeAnnotation, removeAttribute, removeAttributeGroup, setBase
 
Methods inherited from class com.bea.schema.SOMObject
attributesToXML, doIndent, getID_UQ, getParent, getParentSchema, isCircularReference, isSchemaChild, setIndent, setParent, toString, toXML, toXML, toXML, trace, trace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOMComplexRestriction

public SOMComplexRestriction(SOMType base)
Constructs a new <restriction> element of a given base type.

Parameters:
base - type to be restricted.

SOMComplexRestriction

protected SOMComplexRestriction(SOMObject parent,
                                org.xml.sax.Attributes attrs)
Method Detail

getID

public java.lang.String getID()

Overrides:
getID in class SOMExtension

WebLogic Integration

WebLogic Integration (WLI)