Home > Contents > 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 theURLType
object is instantiated, you can call the associatedset
methods on it.
setUrlfile(java.lang.String urlfile)
- Input string.
urlfile
is a file name. This method has a correspondingget
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 namedurlfile
. This method has a correspondingget
method.
See Also
Home > Contents > Index > ![]()
Oracle Web Services Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.