Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.mdds
Interface XSDStructure

All Known Subinterfaces:
XSDAll, XSDChoice, XSDPart, XSDSequence

public interface XSDStructure

Method Summary
 XSDStructure getChild(int index)
           
 int getMaxOccurs()
           
 int getMinOccurs()
           
 int getNumChildren()
           

 

Method Detail

getNumChildren

int getNumChildren()

getChild

XSDStructure getChild(int index)

getMinOccurs

int getMinOccurs()

getMaxOccurs

int getMaxOccurs()

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.