1 19 20 package org.netbeans.modules.websvc.wsitmodelext.trust; 21 22 import org.netbeans.modules.xml.wsdl.model.ExtensibilityElement; 23 24 28 public interface KeySize extends ExtensibilityElement { 29 public static final String KEYSIZE_CONTENT_VALUE_PROPERTY = "KEYSIZE_CONTENT_VALUE_PROPERTY"; 31 String getContent(); 32 void setContent(String content); 33 } 34 | Popular Tags |