com.ejie.r01f.xml.marshalling
Class MarshallerArrayContainer

java.lang.Object
  extended bycom.ejie.r01f.xml.marshalling.MarshallerArrayContainer
All Implemented Interfaces:
java.io.Serializable

public class MarshallerArrayContainer
extends java.lang.Object
implements java.io.Serializable

Contenedor de arrays Es un único objeto que contiene un array de objetos que se utiliza para solventar que el mapeador NO PUEDE MAPEAR objetos como: Valor Valor De esta forma, se encapsula el array en el arrayContainer y el mapeador puede tratarlo: Valor Valor

See Also:
Serialized Form

Field Summary
 java.lang.Object array
          El array encapsulado por este objeto
 
Constructor Summary
MarshallerArrayContainer()
          Constructor vacío
MarshallerArrayContainer(java.lang.Object[] newArray)
           
 
Method Summary
 java.lang.Object getArray()
           
 void setArray(java.lang.Object theArray)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

array

public java.lang.Object array
El array encapsulado por este objeto

Constructor Detail

MarshallerArrayContainer

public MarshallerArrayContainer()
Constructor vacío


MarshallerArrayContainer

public MarshallerArrayContainer(java.lang.Object[] newArray)
Method Detail

getArray

public java.lang.Object getArray()
Returns:
Returns the array.

setArray

public void setArray(java.lang.Object theArray)