|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nrl.parser.jaxb14.JaxbMapping
public class JaxbMapping
A single type mapping. Maps a type with a given name, in a given package (or *) to an NRL type
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>
Field Summary | |
---|---|
protected String |
_package
|
protected String |
name
|
protected JaxbTypeEnum |
type
|
Constructor Summary | |
---|---|
JaxbMapping()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String _package
protected String name
protected JaxbTypeEnum type
Constructor Detail |
---|
public JaxbMapping()
Method Detail |
---|
public String getPackage()
String
public void setPackage(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public JaxbTypeEnum getType()
JaxbTypeEnum
public void setType(JaxbTypeEnum value)
value
- allowed object is
JaxbTypeEnum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |