public AddServiceInterruptionResultProtocol AddServiceInterruption(AddServiceInterruptionSetupProtocol setupParam)
 {
     object[] results = this.Invoke("AddServiceInterruption1", new object[] {
                 setupParam});
     return ((AddServiceInterruptionResultProtocol)(results[0]));
 }
 /// <remarks/>
 public System.IAsyncResult BeginAddServiceInterruption1(AddServiceInterruptionSetupProtocol setupParam, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("AddServiceInterruption1", new object[] {
                 setupParam}, callback, asyncState);
 }
        internal Protocol.AddServiceInterruptionSetupProtocol ToProtocol()
        {
            Protocol.AddServiceInterruptionSetupProtocol protocol = new Protocol.AddServiceInterruptionSetupProtocol();

            protocol.CaseIDNum = this.CaseIDNum;
            protocol.SitePartObjid = this.SitePartObjid;
            protocol.Description = this.Description;
            protocol.StartDate = this.StartDate;
            protocol.EndDate = this.EndDate;
            protocol.Duration = this.Duration;
            protocol.ServiceClass = this.ServiceClass;
            protocol.ServiceType = this.ServiceType;
            protocol.UserName = this.UserName;
            protocol.CreateDate = this.CreateDate;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

            return protocol;
        }