Searched defs:customName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DParameter.java128 private String customName; field in class:Parameter
146 * @return Returns the customName.
149 return customName;
152 * @param customName The customName to set.
154 public void setCustomName(String customName) { argument
155 this.customName = customName;

Completed in 22 milliseconds