|
|||||||||
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="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required" type="{}TypeEnum" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
JaxbMapping()
|
Method Summary | |
---|---|
String |
getName()
Gets the value of the name property. |
String |
getPackage()
Gets the value of the package property. |
TypeEnum |
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(TypeEnum value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxbMapping()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPackage()
String
public void setPackage(String value)
value
- allowed object is
String
public TypeEnum getType()
TypeEnum
public void setType(TypeEnum value)
value
- allowed object is
TypeEnum
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |