Skip navigation links

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

E10654-02


oracle.webservices.mdds
Interface AtomicPrototype

All Superinterfaces:
Prototype
All Known Subinterfaces:
EnumerationPrototype, UnionPrototype

public interface AtomicPrototype
extends Prototype

Field Summary

 

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

 

Method Summary
 int getFractionDigits()
           
 int getLength()
           
 Object getMaxExclusive()
           
 Object getMaxInclusive()
           
 int getMaxLength()
           
 Object getMinExclusive()
           
 Object getMinInclusive()
           
 int getMinLength()
           
 String getPattern()
           
 QName getQName()
          QName of type.
 int getTotalDigits()
           
 String getType()
          XML Schema type.
 Object getValue()
           

 

Method Detail

getType

String getType()
XML Schema type. The name of the standard XML schema type that is the root of this type.
Returns:

getQName

QName getQName()
QName of type.
Returns:

getValue

Object getValue()

getMinInclusive

Object getMinInclusive()

getMaxInclusive

Object getMaxInclusive()

getMinExclusive

Object getMinExclusive()

getMaxExclusive

Object getMaxExclusive()

getTotalDigits

int getTotalDigits()

getFractionDigits

int getFractionDigits()

getLength

int getLength()

getMinLength

int getMinLength()

getMaxLength

int getMaxLength()

getPattern

String getPattern()

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.