Package | Description |
---|---|
org.apache.axis2.databinding.types |
These classes are directly salvaged from Axis 1 codebase.
|
org.apache.axis2.databinding.types.soapencoding | |
org.apache.axis2.databinding.types.xsd | |
org.apache.axis2.databinding.utils |
Modifier and Type | Method and Description |
---|---|
URI |
Notation.getPublic() |
URI |
Notation.getSystem() |
Modifier and Type | Method and Description |
---|---|
void |
Notation.setPublic(URI publicURI) |
void |
Notation.setSystem(URI systemURI) |
Constructor and Description |
---|
Notation(NCName name,
URI publicURI,
URI systemURI) |
URI(URI p_other)
Construct a new URI from another URI.
|
URI(URI p_base,
String p_uriSpec)
Construct a new URI from a base URI and a URI specification string.
|
Modifier and Type | Field and Description |
---|---|
protected URI |
AnyURI.localAnyURI
field for AnyURI
|
protected URI |
Array.localHref
field for Href
This was an Attribute!
|
protected URI |
Struct.localHref
field for Href
This was an Attribute!
|
Modifier and Type | Method and Description |
---|---|
URI |
AnyURI.getAnyURI()
Auto generated getter method
|
URI |
Array.getHref()
Auto generated getter method
|
URI |
Struct.getHref()
Auto generated getter method
|
Modifier and Type | Method and Description |
---|---|
void |
AnyURI.setAnyURI(URI param)
Auto generated setter method
|
void |
Array.setHref(URI param)
Auto generated setter method
|
void |
Struct.setHref(URI param)
Auto generated setter method
|
Modifier and Type | Field and Description |
---|---|
protected URI |
AnyURI.localAnyURI
field for AnyURI
|
Modifier and Type | Method and Description |
---|---|
URI |
AnyURI.getAnyURI()
Auto generated getter method
|
Modifier and Type | Method and Description |
---|---|
void |
AnyURI.setAnyURI(URI param)
Auto generated setter method
|
Modifier and Type | Method and Description |
---|---|
static URI |
ConverterUtil.convertToAnyURI(String s) |
static URI |
ConverterUtil.convertToURI(String s) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.