914 lines
36 KiB
C#
914 lines
36 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.18444
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace NSWClient.securityNotificationServiceReference {
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(Namespace="http://new.webservice.namespace", ConfigurationName="securityNotificationServiceReference.SecurityNotificationService")]
|
|
public interface SecurityNotificationService {
|
|
|
|
// CODEGEN: Generating message contract since the operation notify is neither RPC nor document wrapped.
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
|
NSWClient.securityNotificationServiceReference.notifyResponse notify(NSWClient.securityNotificationServiceReference.notifyRequest request);
|
|
|
|
// CODEGEN: Generating message contract since the operation cancelSecurityNotificationForVisitId is neither RPC nor document wrapped.
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
|
NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForVisitIdResponse cancelSecurityNotificationForVisitId(NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForVisitIdRequest request);
|
|
|
|
// CODEGEN: Generating message contract since the operation cancelSecurityNotificationForTransitId is neither RPC nor document wrapped.
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
|
NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForTransitIdResponse cancelSecurityNotificationForTransitId(NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForTransitIdRequest request);
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class securityNotification : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private identificationType identificationField;
|
|
|
|
private idType idField;
|
|
|
|
private ispsType ispsField;
|
|
|
|
private lastTenPortsType lastTenPortsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public identificationType identification {
|
|
get {
|
|
return this.identificationField;
|
|
}
|
|
set {
|
|
this.identificationField = value;
|
|
this.RaisePropertyChanged("identification");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public idType id {
|
|
get {
|
|
return this.idField;
|
|
}
|
|
set {
|
|
this.idField = value;
|
|
this.RaisePropertyChanged("id");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public ispsType isps {
|
|
get {
|
|
return this.ispsField;
|
|
}
|
|
set {
|
|
this.ispsField = value;
|
|
this.RaisePropertyChanged("isps");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public lastTenPortsType lastTenPorts {
|
|
get {
|
|
return this.lastTenPortsField;
|
|
}
|
|
set {
|
|
this.lastTenPortsField = value;
|
|
this.RaisePropertyChanged("lastTenPorts");
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class identificationType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string typeField;
|
|
|
|
private string nameField;
|
|
|
|
private string addressField;
|
|
|
|
private string firstContactField;
|
|
|
|
private string emailField;
|
|
|
|
private string phoneField;
|
|
|
|
private string faxField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public string type {
|
|
get {
|
|
return this.typeField;
|
|
}
|
|
set {
|
|
this.typeField = value;
|
|
this.RaisePropertyChanged("type");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string name {
|
|
get {
|
|
return this.nameField;
|
|
}
|
|
set {
|
|
this.nameField = value;
|
|
this.RaisePropertyChanged("name");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public string address {
|
|
get {
|
|
return this.addressField;
|
|
}
|
|
set {
|
|
this.addressField = value;
|
|
this.RaisePropertyChanged("address");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public string firstContact {
|
|
get {
|
|
return this.firstContactField;
|
|
}
|
|
set {
|
|
this.firstContactField = value;
|
|
this.RaisePropertyChanged("firstContact");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public string email {
|
|
get {
|
|
return this.emailField;
|
|
}
|
|
set {
|
|
this.emailField = value;
|
|
this.RaisePropertyChanged("email");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public string phone {
|
|
get {
|
|
return this.phoneField;
|
|
}
|
|
set {
|
|
this.phoneField = value;
|
|
this.RaisePropertyChanged("phone");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public string fax {
|
|
get {
|
|
return this.faxField;
|
|
}
|
|
set {
|
|
this.faxField = value;
|
|
this.RaisePropertyChanged("fax");
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class ispsInfoType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private object shipSecurityLevelField;
|
|
|
|
private string shipToShopActivitiesField;
|
|
|
|
private string additionalDetailsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public object shipSecurityLevel {
|
|
get {
|
|
return this.shipSecurityLevelField;
|
|
}
|
|
set {
|
|
this.shipSecurityLevelField = value;
|
|
this.RaisePropertyChanged("shipSecurityLevel");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string shipToShopActivities {
|
|
get {
|
|
return this.shipToShopActivitiesField;
|
|
}
|
|
set {
|
|
this.shipToShopActivitiesField = value;
|
|
this.RaisePropertyChanged("shipToShopActivities");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public string additionalDetails {
|
|
get {
|
|
return this.additionalDetailsField;
|
|
}
|
|
set {
|
|
this.additionalDetailsField = value;
|
|
this.RaisePropertyChanged("additionalDetails");
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class lastTenPortsType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private lastTenPortsTypePort[] portsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("port", IsNullable=false)]
|
|
public lastTenPortsTypePort[] ports {
|
|
get {
|
|
return this.portsField;
|
|
}
|
|
set {
|
|
this.portsField = value;
|
|
this.RaisePropertyChanged("ports");
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class lastTenPortsTypePort : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private object nameField;
|
|
|
|
private string layDaysField;
|
|
|
|
private ispsInfoType ispsInfoField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public object name {
|
|
get {
|
|
return this.nameField;
|
|
}
|
|
set {
|
|
this.nameField = value;
|
|
this.RaisePropertyChanged("name");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=1)]
|
|
public string layDays {
|
|
get {
|
|
return this.layDaysField;
|
|
}
|
|
set {
|
|
this.layDaysField = value;
|
|
this.RaisePropertyChanged("layDays");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public ispsInfoType ispsInfo {
|
|
get {
|
|
return this.ispsInfoField;
|
|
}
|
|
set {
|
|
this.ispsInfoField = value;
|
|
this.RaisePropertyChanged("ispsInfo");
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class ispsType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private ispsTypeCompany companyField;
|
|
|
|
private ispsTypeCso csoField;
|
|
|
|
private ispsTypeIssc isscField;
|
|
|
|
private ispsTypeSecurityPlan securityPlanField;
|
|
|
|
private string kindOfCargoField;
|
|
|
|
private object currentShipSecurityLevelField;
|
|
|
|
private object purposeOfCallField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public ispsTypeCompany company {
|
|
get {
|
|
return this.companyField;
|
|
}
|
|
set {
|
|
this.companyField = value;
|
|
this.RaisePropertyChanged("company");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public ispsTypeCso cso {
|
|
get {
|
|
return this.csoField;
|
|
}
|
|
set {
|
|
this.csoField = value;
|
|
this.RaisePropertyChanged("cso");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
|
|
public ispsTypeIssc issc {
|
|
get {
|
|
return this.isscField;
|
|
}
|
|
set {
|
|
this.isscField = value;
|
|
this.RaisePropertyChanged("issc");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
|
|
public ispsTypeSecurityPlan securityPlan {
|
|
get {
|
|
return this.securityPlanField;
|
|
}
|
|
set {
|
|
this.securityPlanField = value;
|
|
this.RaisePropertyChanged("securityPlan");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
|
|
public string kindOfCargo {
|
|
get {
|
|
return this.kindOfCargoField;
|
|
}
|
|
set {
|
|
this.kindOfCargoField = value;
|
|
this.RaisePropertyChanged("kindOfCargo");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
|
|
public object currentShipSecurityLevel {
|
|
get {
|
|
return this.currentShipSecurityLevelField;
|
|
}
|
|
set {
|
|
this.currentShipSecurityLevelField = value;
|
|
this.RaisePropertyChanged("currentShipSecurityLevel");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
|
|
public object purposeOfCall {
|
|
get {
|
|
return this.purposeOfCallField;
|
|
}
|
|
set {
|
|
this.purposeOfCallField = value;
|
|
this.RaisePropertyChanged("purposeOfCall");
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class ispsTypeCompany : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private object nameField;
|
|
|
|
private object codeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public object name {
|
|
get {
|
|
return this.nameField;
|
|
}
|
|
set {
|
|
this.nameField = value;
|
|
this.RaisePropertyChanged("name");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public object code {
|
|
get {
|
|
return this.codeField;
|
|
}
|
|
set {
|
|
this.codeField = value;
|
|
this.RaisePropertyChanged("code");
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class ispsTypeCso : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private object nameField;
|
|
|
|
private object contactDetailsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public object name {
|
|
get {
|
|
return this.nameField;
|
|
}
|
|
set {
|
|
this.nameField = value;
|
|
this.RaisePropertyChanged("name");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public object contactDetails {
|
|
get {
|
|
return this.contactDetailsField;
|
|
}
|
|
set {
|
|
this.contactDetailsField = value;
|
|
this.RaisePropertyChanged("contactDetails");
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class ispsTypeIssc : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private bool validField;
|
|
|
|
private string reasonForNoValidISSCField;
|
|
|
|
private System.DateTime dateOfExpirationField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public bool valid {
|
|
get {
|
|
return this.validField;
|
|
}
|
|
set {
|
|
this.validField = value;
|
|
this.RaisePropertyChanged("valid");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string reasonForNoValidISSC {
|
|
get {
|
|
return this.reasonForNoValidISSCField;
|
|
}
|
|
set {
|
|
this.reasonForNoValidISSCField = value;
|
|
this.RaisePropertyChanged("reasonForNoValidISSC");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
|
|
public System.DateTime dateOfExpiration {
|
|
get {
|
|
return this.dateOfExpirationField;
|
|
}
|
|
set {
|
|
this.dateOfExpirationField = value;
|
|
this.RaisePropertyChanged("dateOfExpiration");
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class ispsTypeSecurityPlan : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private bool availableField;
|
|
|
|
private string statusField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
|
|
public bool available {
|
|
get {
|
|
return this.availableField;
|
|
}
|
|
set {
|
|
this.availableField = value;
|
|
this.RaisePropertyChanged("available");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
public string status {
|
|
get {
|
|
return this.statusField;
|
|
}
|
|
set {
|
|
this.statusField = value;
|
|
this.RaisePropertyChanged("status");
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class idType : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string itemField;
|
|
|
|
private ItemChoiceType itemElementNameField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("transitId", typeof(string), Order=0)]
|
|
[System.Xml.Serialization.XmlElementAttribute("visitId", typeof(string), Order=0)]
|
|
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")]
|
|
public string Item {
|
|
get {
|
|
return this.itemField;
|
|
}
|
|
set {
|
|
this.itemField = value;
|
|
this.RaisePropertyChanged("Item");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public ItemChoiceType ItemElementName {
|
|
get {
|
|
return this.itemElementNameField;
|
|
}
|
|
set {
|
|
this.itemElementNameField = value;
|
|
this.RaisePropertyChanged("ItemElementName");
|
|
}
|
|
}
|
|
|
|
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
|
|
|
protected void RaisePropertyChanged(string propertyName) {
|
|
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
|
if ((propertyChanged != null)) {
|
|
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34234")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema=false)]
|
|
public enum ItemChoiceType {
|
|
|
|
/// <remarks/>
|
|
transitId,
|
|
|
|
/// <remarks/>
|
|
visitId,
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class notifyRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)]
|
|
public NSWClient.securityNotificationServiceReference.securityNotification securityNotification;
|
|
|
|
public notifyRequest() {
|
|
}
|
|
|
|
public notifyRequest(NSWClient.securityNotificationServiceReference.securityNotification securityNotification) {
|
|
this.securityNotification = securityNotification;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class notifyResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)]
|
|
public bool accepted;
|
|
|
|
public notifyResponse() {
|
|
}
|
|
|
|
public notifyResponse(bool accepted) {
|
|
this.accepted = accepted;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class cancelSecurityNotificationForVisitIdRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)]
|
|
public string visitId;
|
|
|
|
public cancelSecurityNotificationForVisitIdRequest() {
|
|
}
|
|
|
|
public cancelSecurityNotificationForVisitIdRequest(string visitId) {
|
|
this.visitId = visitId;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class cancelSecurityNotificationForVisitIdResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)]
|
|
public bool success;
|
|
|
|
public cancelSecurityNotificationForVisitIdResponse() {
|
|
}
|
|
|
|
public cancelSecurityNotificationForVisitIdResponse(bool success) {
|
|
this.success = success;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class cancelSecurityNotificationForTransitIdRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)]
|
|
public string transitId;
|
|
|
|
public cancelSecurityNotificationForTransitIdRequest() {
|
|
}
|
|
|
|
public cancelSecurityNotificationForTransitIdRequest(string transitId) {
|
|
this.transitId = transitId;
|
|
}
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
|
public partial class cancelSecurityNotificationForTransitIdResponse {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="", Order=0)]
|
|
public bool success;
|
|
|
|
public cancelSecurityNotificationForTransitIdResponse() {
|
|
}
|
|
|
|
public cancelSecurityNotificationForTransitIdResponse(bool success) {
|
|
this.success = success;
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface SecurityNotificationServiceChannel : NSWClient.securityNotificationServiceReference.SecurityNotificationService, System.ServiceModel.IClientChannel {
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class SecurityNotificationServiceClient : System.ServiceModel.ClientBase<NSWClient.securityNotificationServiceReference.SecurityNotificationService>, NSWClient.securityNotificationServiceReference.SecurityNotificationService {
|
|
|
|
public SecurityNotificationServiceClient() {
|
|
}
|
|
|
|
public SecurityNotificationServiceClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName) {
|
|
}
|
|
|
|
public SecurityNotificationServiceClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public SecurityNotificationServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public SecurityNotificationServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress) {
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
NSWClient.securityNotificationServiceReference.notifyResponse NSWClient.securityNotificationServiceReference.SecurityNotificationService.notify(NSWClient.securityNotificationServiceReference.notifyRequest request) {
|
|
return base.Channel.notify(request);
|
|
}
|
|
|
|
public bool notify(NSWClient.securityNotificationServiceReference.securityNotification securityNotification) {
|
|
NSWClient.securityNotificationServiceReference.notifyRequest inValue = new NSWClient.securityNotificationServiceReference.notifyRequest();
|
|
inValue.securityNotification = securityNotification;
|
|
NSWClient.securityNotificationServiceReference.notifyResponse retVal = ((NSWClient.securityNotificationServiceReference.SecurityNotificationService)(this)).notify(inValue);
|
|
return retVal.accepted;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForVisitIdResponse NSWClient.securityNotificationServiceReference.SecurityNotificationService.cancelSecurityNotificationForVisitId(NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForVisitIdRequest request) {
|
|
return base.Channel.cancelSecurityNotificationForVisitId(request);
|
|
}
|
|
|
|
public bool cancelSecurityNotificationForVisitId(string visitId) {
|
|
NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForVisitIdRequest inValue = new NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForVisitIdRequest();
|
|
inValue.visitId = visitId;
|
|
NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForVisitIdResponse retVal = ((NSWClient.securityNotificationServiceReference.SecurityNotificationService)(this)).cancelSecurityNotificationForVisitId(inValue);
|
|
return retVal.success;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForTransitIdResponse NSWClient.securityNotificationServiceReference.SecurityNotificationService.cancelSecurityNotificationForTransitId(NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForTransitIdRequest request) {
|
|
return base.Channel.cancelSecurityNotificationForTransitId(request);
|
|
}
|
|
|
|
public bool cancelSecurityNotificationForTransitId(string transitId) {
|
|
NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForTransitIdRequest inValue = new NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForTransitIdRequest();
|
|
inValue.transitId = transitId;
|
|
NSWClient.securityNotificationServiceReference.cancelSecurityNotificationForTransitIdResponse retVal = ((NSWClient.securityNotificationServiceReference.SecurityNotificationService)(this)).cancelSecurityNotificationForTransitId(inValue);
|
|
return retVal.success;
|
|
}
|
|
}
|
|
}
|