org.apache.wsif.schema
Class ComplexContent

java.lang.Object
  |
  +--org.apache.wsif.schema.ComplexContent

public class ComplexContent
extends java.lang.Object

A class to represent a <complexContent> element in a schema

Author:
Owen Burroughs

Method Summary
 Extension getExtension()
          Get the extension element for this complexContent
 Restriction getRestriction()
          Get the restriction element for this complexContent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRestriction

public Restriction getRestriction()
Get the restriction element for this complexContent
Returns:
A Restriction object representing the restriction

getExtension

public Extension getExtension()
Get the extension element for this complexContent
Returns:
An Extension object representing the restriction


Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.