public class Field extends Object
Java class for Field complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Field">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mapping" type="{}Mapping" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | id | 
| protected Mapping | mapping | 
| protected String | name | 
| protected String | type | 
| Constructor and Description | 
|---|
| Field() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getId()Gets the value of the id property. | 
| Mapping | getMapping()Gets the value of the mapping property. | 
| String | getName()Gets the value of the name property. | 
| String | getType()Gets the value of the type property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setMapping(Mapping value)Sets the value of the mapping property. | 
| void | setName(String value)Sets the value of the name property. | 
| void | setType(String value)Sets the value of the type property. | 
public Field()
public Mapping getMapping()
Mappingpublic void setMapping(Mapping value)
value - allowed object is
              Mappingpublic void setId(String value)
value - allowed object is
              Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
              Stringpublic String getType()
StringCopyright © 2004–2015 The Kuali Foundation. All rights reserved.