1 19 20 package org.netbeans.modules.websvc.wsitmodelext.mex; 21 22 import org.netbeans.modules.xml.wsdl.model.ExtensibilityElement; 23 24 28 public interface Metadata extends ExtensibilityElement { 29 30 public static final String METADATASECTION_PROPERTY = "METADATASECTION"; 32 MetadataSection getMetadataSection(); 33 void setMetadataSection(MetadataSection mSection); 34 void removeMetadataSection(MetadataSection mSection); 35 } 36 | Popular Tags |