Skip navigation links

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

E10654-02


oracle.webservices.mdds
Interface TopLevelPrototype

All Superinterfaces:
ComplexPrototype, Prototype
All Known Subinterfaces:
FaultMessagePrototype, HeaderPrototype, MessagePrototype

public interface TopLevelPrototype
extends ComplexPrototype

Created by IntelliJ IDEA. User: tgleason Date: Apr 13, 2005 Time: 10:34:23 AM To change this template use File | Settings | File Templates.


Field Summary
static int STYLE_DOCUMENT
           
static int STYLE_RPC
           
static int USE_ENCODED
           
static int USE_LITERAL
           

 

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

 

Method Summary
 String getEncodingStyle()
           
 int getStyle()
           
 int getUse()
           

 

Methods inherited from interface oracle.webservices.mdds.ComplexPrototype
getAttIndex, getAttName, getAttPrototype, getContentPrototype, getNumAtts, getNumParts, getParentStructure, getPartIndex, getPartName, getPartNamespace, getPartPrototype, getQName, getStructureTree, hasContent, isAttRequired, isElementFormQualified, isPartNillable, isPartRequired

 

Field Detail

STYLE_RPC

static final int STYLE_RPC
See Also:
Constant Field Values

STYLE_DOCUMENT

static final int STYLE_DOCUMENT
See Also:
Constant Field Values

USE_LITERAL

static final int USE_LITERAL
See Also:
Constant Field Values

USE_ENCODED

static final int USE_ENCODED
See Also:
Constant Field Values

Method Detail

getEncodingStyle

String getEncodingStyle()

getStyle

int getStyle()

getUse

int getUse()

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.