org.apache.ws.muws.v1_0.events.impl
Class SubstitutionalMsgImpl

java.lang.Object
  extended byorg.apache.ws.muws.v1_0.events.impl.SubstitutionalMsgImpl
All Implemented Interfaces:
SubstitutionalMsg, org.apache.ws.XmlObjectWrapper

public class SubstitutionalMsgImpl
extends java.lang.Object
implements SubstitutionalMsg, org.apache.ws.XmlObjectWrapper

Author:
Sal Campana

Constructor Summary
SubstitutionalMsgImpl()
           
 
Method Summary
 void addValue(java.lang.String value)
           
 java.lang.String getMsgId()
           
 java.lang.String getMsgType()
           
 java.lang.String[] getValueArray()
           
 org.apache.xmlbeans.XmlObject getXmlObject()
           
 void setMsgId(java.lang.String messageId)
           
 void setMsgType(java.lang.String msgType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstitutionalMsgImpl

public SubstitutionalMsgImpl()
Method Detail

setMsgId

public void setMsgId(java.lang.String messageId)
Specified by:
setMsgId in interface SubstitutionalMsg

setMsgType

public void setMsgType(java.lang.String msgType)
Specified by:
setMsgType in interface SubstitutionalMsg

addValue

public void addValue(java.lang.String value)
Specified by:
addValue in interface SubstitutionalMsg

getMsgId

public java.lang.String getMsgId()
Specified by:
getMsgId in interface SubstitutionalMsg

getMsgType

public java.lang.String getMsgType()
Specified by:
getMsgType in interface SubstitutionalMsg

getValueArray

public java.lang.String[] getValueArray()
Specified by:
getValueArray in interface SubstitutionalMsg

getXmlObject

public org.apache.xmlbeans.XmlObject getXmlObject()
Specified by:
getXmlObject in interface org.apache.ws.XmlObjectWrapper


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.