Home > Contents > Index >
Expanded TOC   |    Purpose TOC   |    Annotated TOC   |    Index

 

URLType

Provides methods for creating URL pointers.

You should not need to set this object as input, but because it appears in the WSDL file and client code generated from the WSDL file, it is described here for completeness.

Methods

new URLType( )
Constructor method that instantiates an empty URLType object. Once the URLType object is instantiated, you can call the associated set methods on it.

setUrlfile(java.lang.String urlfile)
Input string. urlfile is a file name. This method has a corresponding get method.

setUrlvalue(byte[] urlvalue)
Byte array that corresponds to the file set in the setUrlFile method. Accepts a byte array (binary) read from the file named urlfile. This method has a corresponding get method.

See Also

IList

 

  Home > Contents > Index >

Oracle Web Services Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.