Skip navigation links

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

E10654-02


oracle.webservices.mdds
Interface ComplexPrototype

All Superinterfaces:
Prototype
All Known Subinterfaces:
FaultMessagePrototype, HeaderPrototype, HttpMessagePrototype, IAnyPrototype, MessagePrototype, TopLevelPrototype

public interface ComplexPrototype
extends Prototype

A prototype that corresponds roughly to a complexType schema element.


Field Summary

 

Fields inherited from interface oracle.webservices.mdds.Prototype
EXTENSION_TYPE, XSD_STRING

 

Method Summary
 int getAttIndex(String name)
           
 String getAttName(int n)
           
 AtomicPrototype getAttPrototype(int n)
           
 AtomicPrototype getContentPrototype()
           
 int getNumAtts()
           
 int getNumParts()
           
 XSDStructure getParentStructure(int partIdx)
           
 int getPartIndex(String name)
           
 String getPartName(int n)
           
 String getPartNamespace(int n)
           
 Prototype getPartPrototype(int n)
           
 QName getQName()
           
 XSDStructure getStructureTree()
           
 boolean hasContent()
           
 boolean isAttRequired(int n)
           
 boolean isElementFormQualified()
           
 boolean isPartNillable(int n)
           
 boolean isPartRequired(int n)
           

 

Method Detail

getQName

QName getQName()

isElementFormQualified

boolean isElementFormQualified()

getNumAtts

int getNumAtts()

getAttName

String getAttName(int n)

getAttPrototype

AtomicPrototype getAttPrototype(int n)

isAttRequired

boolean isAttRequired(int n)

getAttIndex

int getAttIndex(String name)

getNumParts

int getNumParts()

getPartName

String getPartName(int n)

getPartPrototype

Prototype getPartPrototype(int n)

getPartNamespace

String getPartNamespace(int n)

isPartRequired

boolean isPartRequired(int n)

isPartNillable

boolean isPartNillable(int n)

getPartIndex

int getPartIndex(String name)

hasContent

boolean hasContent()

getContentPrototype

AtomicPrototype getContentPrototype()

getStructureTree

XSDStructure getStructureTree()

getParentStructure

XSDStructure getParentStructure(int partIdx)

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.