|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3.xenc.ReferenceList
public class ReferenceList
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="DataReference" type="{http://www.w3.org/2001/04/xmlenc#}ReferenceType"/>
<element name="KeyReference" type="{http://www.w3.org/2001/04/xmlenc#}ReferenceType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
dataReferencesAndKeyReferences
|
| Constructor Summary | |
|---|---|
ReferenceList()
Default no-arg constructor |
|
ReferenceList(List<Object> dataReferencesAndKeyReferences)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
List<Object> |
getDataReferencesAndKeyReferences()
Gets the value of the dataReferencesAndKeyReferences property. |
void |
setDataReferencesAndKeyReferences(List<Object> value)
|
String |
toString()
|
ReferenceList |
withDataReferencesAndKeyReferences(Collection<Object> values)
|
ReferenceList |
withDataReferencesAndKeyReferences(List<Object> value)
|
ReferenceList |
withDataReferencesAndKeyReferences(Object... values)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> dataReferencesAndKeyReferences
| Constructor Detail |
|---|
public ReferenceList()
public ReferenceList(List<Object> dataReferencesAndKeyReferences)
| Method Detail |
|---|
public List<Object> getDataReferencesAndKeyReferences()
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 dataReferencesAndKeyReferences property.
For example, to add a new item, do as follows:
getDataReferencesAndKeyReferences().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ReferenceType>
Object
JAXBElement<ReferenceType>
Element
public void setDataReferencesAndKeyReferences(List<Object> value)
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic ReferenceList withDataReferencesAndKeyReferences(Object... values)
public ReferenceList withDataReferencesAndKeyReferences(Collection<Object> values)
public ReferenceList withDataReferencesAndKeyReferences(List<Object> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||