net.sourceforge.nrl.parser.jaxb14
Class JaxbMapping

java.lang.Object
  extended by net.sourceforge.nrl.parser.jaxb14.JaxbMapping

public class JaxbMapping
extends Object

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

JaxbMapping

public JaxbMapping()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPackage

public String getPackage()
Gets the value of the package property.

Returns:
possible object is String

setPackage

public void setPackage(String value)
Sets the value of the package property.

Parameters:
value - allowed object is String

getType

public TypeEnum getType()
Gets the value of the type property.

Returns:
possible object is TypeEnum

setType

public void setType(TypeEnum value)
Sets the value of the type property.

Parameters:
value - allowed object is TypeEnum


Copyright © 2006-2010 Christian Nentwich and others