// generate the actual unmarshalling code in method
meth.loadObject();
m_component.genAttributeUnmarshal(meth);
// pop object from unmarshal stack
meth.loadContext();
meth.appendCallVirtual(UNMARSHAL_POPOBJECTMETHOD,
POPOBJECT_SIGNATURE);
// if postset method supplied and no content add code to call it
if (m_postSetMethod != null && !hasContent()) {