de.mid.innovator.srv2api.icw2model
Class ARG_ModifyRequirementCmd

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2model.ARG_ModifyRequirementCmd
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_ModifyRequirementCmd
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 List<ARG_ModifyTypedElementCmd> seqValue
          sequence of property values
 String strId
          id of the requirement
 String strName
          name of the requirement
 String strStUUID
          uuid of the stereotype of the requirement
 
Constructor Summary
ARG_ModifyRequirementCmd()
           
ARG_ModifyRequirementCmd(String strName, String strId, String strStUUID, List<ARG_ModifyTypedElementCmd> seqValue)
           
 
Method Summary
 void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
           
 void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
           
 void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seqValue

public List<ARG_ModifyTypedElementCmd> seqValue
sequence of property values


strId

public String strId
id of the requirement


strName

public String strName
name of the requirement


strStUUID

public String strStUUID
uuid of the stereotype of the requirement

Constructor Detail

ARG_ModifyRequirementCmd

public ARG_ModifyRequirementCmd()

ARG_ModifyRequirementCmd

public ARG_ModifyRequirementCmd(String strName,
                                String strId,
                                String strStUUID,
                                List<ARG_ModifyTypedElementCmd> seqValue)
Method Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal in interface de.mid.innovator.srv2api.impl.MarshallAble

resolveReferences

public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble

unmarshal

public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                      SrvContext srvctx)
Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble