1 16 package org.apache.axis2.saaj; 17 18 import javax.xml.soap.DetailEntry ; 19 20 26 public class DetailEntryImpl extends SOAPElementImpl implements DetailEntry { 27 28 31 private org.apache.axis2.om.OMElement detailEntry; 32 33 37 public DetailEntryImpl(){ 38 39 } 40 41 46 public DetailEntryImpl(org.apache.axis2.om.OMElement detailEntry){ 47 this.detailEntry = detailEntry; 48 } 49 50 } 51 | Popular Tags |