public class LinkField extends Object
Java class for link_field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="link_field">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="relationship" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="module" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="bean_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
beanName |
protected String |
module |
protected String |
name |
protected String |
relationship |
protected String |
type |
| Constructor and Description |
|---|
LinkField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanName()
Gets the value of the beanName property.
|
String |
getModule()
Gets the value of the module property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRelationship()
Gets the value of the relationship property.
|
String |
getType()
Gets the value of the type property.
|
void |
setBeanName(String value)
Sets the value of the beanName property.
|
void |
setModule(String value)
Sets the value of the module property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRelationship(String value)
Sets the value of the relationship property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String name
protected String type
protected String relationship
protected String module
protected String beanName
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getRelationship()
Stringpublic void setRelationship(String value)
value - allowed object is
Stringpublic String getModule()
Stringpublic void setModule(String value)
value - allowed object is
Stringpublic String getBeanName()
StringCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.