public class CertStoreType extends Object
Java class for CertStoreType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertStoreType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="resource" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
file |
protected String |
resource |
protected String |
url |
Constructor and Description |
---|
CertStoreType() |
Modifier and Type | Method and Description |
---|---|
String |
getFile()
Gets the value of the file property.
|
String |
getResource()
Gets the value of the resource property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isSetFile() |
boolean |
isSetResource() |
boolean |
isSetUrl() |
void |
setFile(String value)
Sets the value of the file property.
|
void |
setResource(String value)
Sets the value of the resource property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
public String getFile()
String
public void setFile(String value)
value
- allowed object is
String
public boolean isSetFile()
public String getResource()
String
public void setResource(String value)
value
- allowed object is
String
public boolean isSetResource()
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
Copyright © 2016 JBoss by Red Hat. All rights reserved.