org.w3.xenc
Class ReferenceList

java.lang.Object
  extended by org.w3.xenc.ReferenceList
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class ReferenceList
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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

dataReferencesAndKeyReferences

protected List<Object> dataReferencesAndKeyReferences
Constructor Detail

ReferenceList

public ReferenceList()
Default no-arg constructor


ReferenceList

public ReferenceList(List<Object> dataReferencesAndKeyReferences)
Fully-initialising value constructor

Method Detail

getDataReferencesAndKeyReferences

public List<Object> getDataReferencesAndKeyReferences()
Gets the value of the dataReferencesAndKeyReferences property.

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


setDataReferencesAndKeyReferences

public void setDataReferencesAndKeyReferences(List<Object> value)

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withDataReferencesAndKeyReferences

public ReferenceList withDataReferencesAndKeyReferences(Object... values)

withDataReferencesAndKeyReferences

public ReferenceList withDataReferencesAndKeyReferences(Collection<Object> values)

withDataReferencesAndKeyReferences

public ReferenceList withDataReferencesAndKeyReferences(List<Object> value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.