|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.EntryType
public class EntryType
Java class for entryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.springframework.org/schema/beans}key" minOccurs="0"/>
<group ref="{http://www.springframework.org/schema/beans}collectionElements"/>
</sequence>
<attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="key-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
beanOrRefOrIdref
|
protected Description |
description
|
protected String |
key
|
protected Key |
keyElement
|
protected String |
keyRef
|
protected String |
value
|
protected String |
valueRef
|
| Constructor Summary | |
|---|---|
EntryType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.EntryType instance. |
|
EntryType(EntryType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.EntryType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EntryType |
clone()
Creates and returns a copy of this object. |
List<Object> |
getBeanOrRefOrIdref()
Gets the value of the beanOrRefOrIdref property. |
Description |
getDescription()
Gets the value of the description property. |
String |
getKey()
Gets the value of the key property. |
Key |
getKeyElement()
Gets the value of the keyElement property. |
String |
getKeyRef()
Gets the value of the keyRef property. |
String |
getValue()
Gets the value of the value property. |
String |
getValueRef()
Gets the value of the valueRef property. |
void |
setDescription(Description value)
Sets the value of the description property. |
void |
setKey(String value)
Sets the value of the key property. |
void |
setKeyElement(Key value)
Sets the value of the keyElement property. |
void |
setKeyRef(String value)
Sets the value of the keyRef property. |
void |
setValue(String value)
Sets the value of the value property. |
void |
setValueRef(String value)
Sets the value of the valueRef property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Key keyElement
protected Description description
protected List<Object> beanOrRefOrIdref
protected String key
protected String keyRef
protected String value
protected String valueRef
| Constructor Detail |
|---|
public EntryType()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.EntryType instance.
public EntryType(EntryType o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.EntryType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Key getKeyElement()
Keypublic void setKeyElement(Key value)
value - allowed object is
Keypublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic List<Object> getBeanOrRefOrIdref()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the beanOrRefOrIdref property.
For example, to add a new item, do as follows:
getBeanOrRefOrIdref().add(newItem);
Objects of the following type(s) are allowed in the list
Idref
Object
Value
Ref
Set
Null
Bean
Map
Props
List
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getKeyRef()
Stringpublic void setKeyRef(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getValueRef()
Stringpublic void setValueRef(String value)
value - allowed object is
Stringpublic EntryType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||