public class KeyStoreType extends Object
Java class for KeyStoreType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyStoreType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resource" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
file |
protected String |
password |
protected String |
provider |
protected String |
resource |
protected String |
type |
protected String |
url |
| Constructor and Description |
|---|
KeyStoreType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Gets the value of the file property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getProvider()
Gets the value of the provider property.
|
String |
getResource()
Gets the value of the resource property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isSetFile() |
boolean |
isSetPassword() |
boolean |
isSetProvider() |
boolean |
isSetResource() |
boolean |
isSetType() |
boolean |
isSetUrl() |
void |
setFile(String value)
Sets the value of the file property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setProvider(String value)
Sets the value of the provider property.
|
void |
setResource(String value)
Sets the value of the resource property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String type
protected String password
protected String provider
protected String url
protected String file
protected String resource
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public String getProvider()
Stringpublic void setProvider(String value)
value - allowed object is
Stringpublic boolean isSetProvider()
public void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
public String getFile()
Stringpublic void setFile(String value)
value - allowed object is
Stringpublic boolean isSetFile()
public String getResource()
Stringpublic void setResource(String value)
value - allowed object is
Stringpublic boolean isSetResource()
Apache CXF