Class ARG_ModifyRequirementReq
java.lang.Object
de.mid.innovator.srv2api.icw2model.ARG_ModifyRequirementReq
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ModifyRequirementReq
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionsequence of property valuesid of the requirementname of the requirementstereotype of the requirementuuid of the stereotypeuuid of the requirement -
Constructor Summary
ConstructorsConstructorDescriptionARG_ModifyRequirementReq(String strUUID, String strName, String strId, String strStereo, String strStUUID, List<ARG_ModifyTypedElementReq> seqValue) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
strUUID
uuid of the requirement -
strName
name of the requirement -
strId
id of the requirement -
strStereo
stereotype of the requirement -
strStUUID
uuid of the stereotype -
seqValue
sequence of property values
-
-
Constructor Details
-
ARG_ModifyRequirementReq
public ARG_ModifyRequirementReq() -
ARG_ModifyRequirementReq
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-