org.apache.wsif.schema
Class ComplexContent

java.lang.Object
  extended by org.apache.wsif.schema.ComplexContent
All Implemented Interfaces:
java.io.Serializable

public class ComplexContent
extends java.lang.Object
implements java.io.Serializable

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

Author:
Owen Burroughs
See Also:
Serialized Form

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, 2006 Apache XML Project. All Rights Reserved.