public class JaxbCfgMappingReferenceType
extends java.lang.Object
Java class for MappingReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappingReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jar" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package" 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 java.lang.String |
_package |
protected java.lang.String |
clazz |
protected java.lang.String |
file |
protected java.lang.String |
jar |
protected java.lang.String |
resource |
| Constructor and Description |
|---|
JaxbCfgMappingReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.String |
getFile()
Gets the value of the file property.
|
java.lang.String |
getJar()
Gets the value of the jar property.
|
java.lang.String |
getPackage()
Gets the value of the package property.
|
java.lang.String |
getResource()
Gets the value of the resource property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setFile(java.lang.String value)
Sets the value of the file property.
|
void |
setJar(java.lang.String value)
Sets the value of the jar property.
|
void |
setPackage(java.lang.String value)
Sets the value of the package property.
|
void |
setResource(java.lang.String value)
Sets the value of the resource property.
|
protected java.lang.String clazz
protected java.lang.String file
protected java.lang.String jar
protected java.lang.String _package
protected java.lang.String resource
public java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFile()
Stringpublic void setFile(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJar()
Stringpublic void setJar(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPackage()
Stringpublic void setPackage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResource()
Stringpublic void setResource(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.