/[cashew-s-editor]/cashews/src/nongnu/cashews/language/grounding/MessagePart.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/language/grounding/MessagePart.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by gnu_andrew, Sat May 7 21:22:53 2005 UTC revision 1.3 by gnu_andrew, Mon May 9 02:36:56 2005 UTC
# Line 164  public class MessagePart Line 164  public class MessagePart
164    }    }
165    
166    /**    /**
167     * Sets the type of this SOAP message to that specified.     * Sets the type of this SOAP message part to that specified.
168     *     *
169     * @param type the type of this SOAP message.     * @param type the type of this SOAP message.
170     */     */
# Line 174  public class MessagePart Line 174  public class MessagePart
174    }    }
175    
176    /**    /**
177       * Returns the name of this SOAP message part.
178       *
179       * @return the name of this SOAP message part.
180       */
181      public QName getName()
182      {
183        return name;
184      }
185    
186      /**
187     * Returns a <code>String</code> representation of this SOAP message.     * Returns a <code>String</code> representation of this SOAP message.
188     *     *
189     * @return a textual representation.     * @return a textual representation.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26