1 19 package org.netbeans.modules.websvc.wsitmodelext.addressing; 20 21 import org.netbeans.modules.xml.wsdl.model.ExtensibilityElement; 22 23 27 public interface ReferenceProperties extends ExtensibilityElement { 28 public static final String REFERENCEPROPERTIES_CONTENT_VALUE_PROPERTY = "referencePropertiesContentValue"; 29 30 String getReferenceProperties(); 31 void setReferenceProperties(String referenceProperties); 32 } 33 | Popular Tags |