Package | Description |
---|---|
org.springframework.schema.beans | |
org.springframework.schema.beans.impl |
Modifier and Type | Method and Description |
---|---|
RefDocument.Ref |
PropertyType.addNewRef()
Appends and returns a new empty "ref" element
|
RefDocument.Ref |
KeyDocument.Key.addNewRef()
Appends and returns a new empty value (as xml) as the last "ref" element
|
RefDocument.Ref |
ListOrSetType.addNewRef()
Appends and returns a new empty value (as xml) as the last "ref" element
|
RefDocument.Ref |
RefDocument.addNewRef()
Appends and returns a new empty "ref" element
|
RefDocument.Ref |
ConstructorArgDocument.ConstructorArg.addNewRef()
Appends and returns a new empty "ref" element
|
RefDocument.Ref |
EntryType.addNewRef()
Appends and returns a new empty value (as xml) as the last "ref" element
|
RefDocument.Ref |
PropertyType.getRef()
Gets the "ref" element
|
RefDocument.Ref |
RefDocument.getRef()
Gets the "ref" element
|
RefDocument.Ref |
ConstructorArgDocument.ConstructorArg.getRef()
Gets the "ref" element
|
RefDocument.Ref[] |
KeyDocument.Key.getRefArray()
Gets array of all "ref" elements
|
RefDocument.Ref[] |
ListOrSetType.getRefArray()
Gets array of all "ref" elements
|
RefDocument.Ref[] |
EntryType.getRefArray()
Gets array of all "ref" elements
|
RefDocument.Ref |
KeyDocument.Key.getRefArray(int i)
Gets ith "ref" element
|
RefDocument.Ref |
ListOrSetType.getRefArray(int i)
Gets ith "ref" element
|
RefDocument.Ref |
EntryType.getRefArray(int i)
Gets ith "ref" element
|
RefDocument.Ref |
KeyDocument.Key.insertNewRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ref" element
|
RefDocument.Ref |
ListOrSetType.insertNewRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ref" element
|
RefDocument.Ref |
EntryType.insertNewRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ref" element
|
static RefDocument.Ref |
RefDocument.Ref.Factory.newInstance() |
static RefDocument.Ref |
RefDocument.Ref.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyType.setRef(RefDocument.Ref ref)
Sets the "ref" element
|
void |
RefDocument.setRef(RefDocument.Ref ref)
Sets the "ref" element
|
void |
ConstructorArgDocument.ConstructorArg.setRef(RefDocument.Ref ref)
Sets the "ref" element
|
void |
KeyDocument.Key.setRefArray(int i,
RefDocument.Ref ref)
Sets ith "ref" element
|
void |
ListOrSetType.setRefArray(int i,
RefDocument.Ref ref)
Sets ith "ref" element
|
void |
EntryType.setRefArray(int i,
RefDocument.Ref ref)
Sets ith "ref" element
|
void |
KeyDocument.Key.setRefArray(RefDocument.Ref[] refArray)
Sets array of all "ref" element
|
void |
ListOrSetType.setRefArray(RefDocument.Ref[] refArray)
Sets array of all "ref" element
|
void |
EntryType.setRefArray(RefDocument.Ref[] refArray)
Sets array of all "ref" element
|
Modifier and Type | Class and Description |
---|---|
static class |
RefDocumentImpl.RefImpl
An XML ref(@http://www.springframework.org/schema/beans).
|
Modifier and Type | Method and Description |
---|---|
RefDocument.Ref |
RefDocumentImpl.addNewRef()
Appends and returns a new empty "ref" element
|
RefDocument.Ref |
ListOrSetTypeImpl.addNewRef()
Appends and returns a new empty value (as xml) as the last "ref" element
|
RefDocument.Ref |
ConstructorArgDocumentImpl.ConstructorArgImpl.addNewRef()
Appends and returns a new empty "ref" element
|
RefDocument.Ref |
EntryTypeImpl.addNewRef()
Appends and returns a new empty value (as xml) as the last "ref" element
|
RefDocument.Ref |
PropertyTypeImpl.addNewRef()
Appends and returns a new empty "ref" element
|
RefDocument.Ref |
KeyDocumentImpl.KeyImpl.addNewRef()
Appends and returns a new empty value (as xml) as the last "ref" element
|
RefDocument.Ref |
RefDocumentImpl.getRef()
Gets the "ref" element
|
RefDocument.Ref |
ConstructorArgDocumentImpl.ConstructorArgImpl.getRef()
Gets the "ref" element
|
RefDocument.Ref |
PropertyTypeImpl.getRef()
Gets the "ref" element
|
RefDocument.Ref[] |
ListOrSetTypeImpl.getRefArray()
Gets array of all "ref" elements
|
RefDocument.Ref[] |
EntryTypeImpl.getRefArray()
Gets array of all "ref" elements
|
RefDocument.Ref[] |
KeyDocumentImpl.KeyImpl.getRefArray()
Gets array of all "ref" elements
|
RefDocument.Ref |
ListOrSetTypeImpl.getRefArray(int i)
Gets ith "ref" element
|
RefDocument.Ref |
EntryTypeImpl.getRefArray(int i)
Gets ith "ref" element
|
RefDocument.Ref |
KeyDocumentImpl.KeyImpl.getRefArray(int i)
Gets ith "ref" element
|
RefDocument.Ref |
ListOrSetTypeImpl.insertNewRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ref" element
|
RefDocument.Ref |
EntryTypeImpl.insertNewRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ref" element
|
RefDocument.Ref |
KeyDocumentImpl.KeyImpl.insertNewRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ref" element
|
Modifier and Type | Method and Description |
---|---|
void |
RefDocumentImpl.setRef(RefDocument.Ref ref)
Sets the "ref" element
|
void |
ConstructorArgDocumentImpl.ConstructorArgImpl.setRef(RefDocument.Ref ref)
Sets the "ref" element
|
void |
PropertyTypeImpl.setRef(RefDocument.Ref ref)
Sets the "ref" element
|
void |
ListOrSetTypeImpl.setRefArray(int i,
RefDocument.Ref ref)
Sets ith "ref" element
|
void |
EntryTypeImpl.setRefArray(int i,
RefDocument.Ref ref)
Sets ith "ref" element
|
void |
KeyDocumentImpl.KeyImpl.setRefArray(int i,
RefDocument.Ref ref)
Sets ith "ref" element
|
void |
ListOrSetTypeImpl.setRefArray(RefDocument.Ref[] refArray)
Sets array of all "ref" element
|
void |
EntryTypeImpl.setRefArray(RefDocument.Ref[] refArray)
Sets array of all "ref" element
|
void |
KeyDocumentImpl.KeyImpl.setRefArray(RefDocument.Ref[] refArray)
Sets array of all "ref" element
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann