/** * @see org.apache.ws.resource.PropertiesResource#setResourcePropertySet(org.apache.ws.resource.properties.ResourcePropertySet) */ public void setResourcePropertySet( org.apache.ws.resource.properties.ResourcePropertySet propSet ) { m_propSet = propSet; } /** * @see org.apache.ws.resource.PropertiesResource#getResourcePropertySet() */ public org.apache.ws.resource.properties.ResourcePropertySet getResourcePropertySet() { return m_propSet; }