public class JaxbMapping extends Object
Java class for Mapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Mapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{}TypeEnum" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_package |
protected String |
name |
protected JaxbTypeEnum |
type |
| Constructor and Description |
|---|
JaxbMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPackage()
Gets the value of the package property.
|
JaxbTypeEnum |
getType()
Gets the value of the type property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPackage(String value)
Sets the value of the package property.
|
void |
setType(JaxbTypeEnum value)
Sets the value of the type property.
|
protected String _package
protected String name
protected JaxbTypeEnum type
public String getPackage()
Stringpublic void setPackage(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic JaxbTypeEnum getType()
JaxbTypeEnumpublic void setType(JaxbTypeEnum value)
value - allowed object is
JaxbTypeEnumCopyright © 2006-2013. All Rights Reserved.