org.apache.ws.scout.uddi
Interface URLType

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlNMTOKEN, org.apache.xmlbeans.XmlNormalizedString, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlToken, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
URLTypeImpl

public interface URLType
extends org.apache.xmlbeans.XmlNMTOKEN

An XML URLType(@urn:uddi-org:api_v2). This is an atomic type that is a restriction of org.apache.ws.scout.uddi.URLType.


Nested Class Summary
static class URLType.Enum
          Enumeration value class for org.apache.ws.scout.uddi.URLType.
static class URLType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static URLType.Enum FAX
           
static URLType.Enum FTP
           
static URLType.Enum HTTP
           
static URLType.Enum HTTPS
           
static int INT_FAX
           
static int INT_FTP
           
static int INT_HTTP
           
static int INT_HTTPS
           
static int INT_MAILTO
           
static int INT_OTHER
           
static int INT_PHONE
           
static URLType.Enum MAILTO
           
static URLType.Enum OTHER
           
static URLType.Enum PHONE
           
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

MAILTO

static final URLType.Enum MAILTO

HTTP

static final URLType.Enum HTTP

HTTPS

static final URLType.Enum HTTPS

FTP

static final URLType.Enum FTP

FAX

static final URLType.Enum FAX

PHONE

static final URLType.Enum PHONE

OTHER

static final URLType.Enum OTHER

INT_MAILTO

static final int INT_MAILTO
See Also:
Constant Field Values

INT_HTTP

static final int INT_HTTP
See Also:
Constant Field Values

INT_HTTPS

static final int INT_HTTPS
See Also:
Constant Field Values

INT_FTP

static final int INT_FTP
See Also:
Constant Field Values

INT_FAX

static final int INT_FAX
See Also:
Constant Field Values

INT_PHONE

static final int INT_PHONE
See Also:
Constant Field Values

INT_OTHER

static final int INT_OTHER
See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.