public static class WsdlToDotnet.Schema
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ERROR_BOTH_DECLARED |
static java.lang.String |
ERROR_FILE_IS_DIR |
static java.lang.String |
ERROR_FILE_NOT_FOUND |
static java.lang.String |
ERROR_NO_URL_CONVERT |
static java.lang.String |
ERROR_NONE_DECLARED |
Constructor and Description |
---|
WsdlToDotnet.Schema() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
evaluate()
Validate our settings.
|
java.io.File |
getFile() |
long |
getTimestamp()
Gets the file timestamp.
|
java.lang.String |
getUrl() |
boolean |
isMakeURL() |
void |
setFile(java.io.File file)
name of a file to use as a source of WSDL or XSD data
|
void |
setMakeURL(boolean makeURL)
flag to request that a file is turned into an absolute file: URL
before being passed to the WSDL compiler
|
void |
setUrl(java.lang.String url)
url of a resource.
|
void |
validate()
validate the schema
|
public static final java.lang.String ERROR_NONE_DECLARED
public static final java.lang.String ERROR_BOTH_DECLARED
public static final java.lang.String ERROR_FILE_NOT_FOUND
public static final java.lang.String ERROR_FILE_IS_DIR
public static final java.lang.String ERROR_NO_URL_CONVERT
public void validate()
public java.lang.String evaluate()
public java.io.File getFile()
public void setFile(java.io.File file)
file
- public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- public boolean isMakeURL()
public void setMakeURL(boolean makeURL)
makeURL
- public long getTimestamp()