You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by do...@apache.org on 2007/05/01 01:15:18 UTC

svn commit: r533875 [12/30] - in /incubator/felix/sandbox/donsez/upnp.devicegen: ./ doc/ generation/ generation/res/ generation/res/device/ generation/res/service/ manifest/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src...

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/Layer3ForwardingModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/Layer3ForwardingModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/Layer3ForwardingModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/Layer3ForwardingModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,50 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.igd.model.*;
+
+	
+public class Layer3ForwardingModelImpl implements Layer3ForwardingModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newDefaultConnectionService in  parameter
+
+
+	 */
+	public void setDefaultConnectionService(
+		java.lang.String newDefaultConnectionService
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDefaultConnectionService out  parameter
+
+
+	 */
+	public void getDefaultConnectionService(
+		StringHolder newDefaultConnectionService
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.String getDefaultConnectionServiceStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/Layer3ForwardingModelImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/LinkAuthenticationModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/LinkAuthenticationModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/LinkAuthenticationModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/LinkAuthenticationModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,354 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.igd.model.*;
+
+	
+public class LinkAuthenticationModelImpl implements LinkAuthenticationModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newIndex in  parameter
+
+ * newIdentifier out  parameter
+
+ * newSecret out  parameter
+
+ * newSecretType out  parameter
+
+ * newAuthType out  parameter
+
+ * newAuthState out  parameter
+
+ * newCredentialState out  parameter
+
+ * newDescription out  parameter
+
+ * newMACAddress out  parameter
+
+ * newCredentialDuration out  parameter
+
+ * newLinkedIdentifier out  parameter
+
+
+	 */
+	public void getGenericEntry(
+		int newIndex,
+
+StringHolder newIdentifier,
+
+StringHolder newSecret,
+
+StringHolder newSecretType,
+
+StringHolder newAuthType,
+
+StringHolder newAuthState,
+
+StringHolder newCredentialState,
+
+StringHolder newDescription,
+
+StringHolder newMACAddress,
+
+LongHolder newCredentialDuration,
+
+StringHolder newLinkedIdentifier
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdentifierKey in  parameter
+
+ * newIdentifier out  parameter
+
+ * newSecret out  parameter
+
+ * newSecretType out  parameter
+
+ * newAuthType out  parameter
+
+ * newAuthState out  parameter
+
+ * newCredentialState out  parameter
+
+ * newDescription out  parameter
+
+ * newMACAddress out  parameter
+
+ * newCredentialDuration out  parameter
+
+ * newLinkedIdentifier out  parameter
+
+
+	 */
+	public void getSpecificEntry(
+		java.lang.String newIdentifierKey,
+
+StringHolder newIdentifier,
+
+StringHolder newSecret,
+
+StringHolder newSecretType,
+
+StringHolder newAuthType,
+
+StringHolder newAuthState,
+
+StringHolder newCredentialState,
+
+StringHolder newDescription,
+
+StringHolder newMACAddress,
+
+LongHolder newCredentialDuration,
+
+StringHolder newLinkedIdentifier
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdentifier in  parameter
+
+ * newSecret in  parameter
+
+ * newSecretType in  parameter
+
+ * newAuthType in  parameter
+
+ * newAuthState in  parameter
+
+ * newCredentialState in  parameter
+
+ * newDescription in  parameter
+
+ * newMACAddress in  parameter
+
+ * newCredentialDuration in  parameter
+
+ * newLinkedIdentifier in  parameter
+
+ * newNumberOfEntries out  parameter
+
+
+	 */
+	public void addEntry(
+		java.lang.String newIdentifier,
+
+java.lang.String newSecret,
+
+java.lang.String newSecretType,
+
+java.lang.String newAuthType,
+
+java.lang.String newAuthState,
+
+java.lang.String newCredentialState,
+
+java.lang.String newDescription,
+
+java.lang.String newMACAddress,
+
+long newCredentialDuration,
+
+java.lang.String newLinkedIdentifier,
+
+IntegerHolder newNumberOfEntries
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdentifier in  parameter
+
+ * newSecret in  parameter
+
+ * newSecretType in  parameter
+
+ * newAuthType in  parameter
+
+ * newAuthState in  parameter
+
+ * newCredentialState in  parameter
+
+ * newDescription in  parameter
+
+ * newMACAddress in  parameter
+
+ * newCredentialDuration in  parameter
+
+ * newLinkedIdentifier in  parameter
+
+ * newNumberOfEntries out  parameter
+
+
+	 */
+	public void updateEntry(
+		java.lang.String newIdentifier,
+
+java.lang.String newSecret,
+
+java.lang.String newSecretType,
+
+java.lang.String newAuthType,
+
+java.lang.String newAuthState,
+
+java.lang.String newCredentialState,
+
+java.lang.String newDescription,
+
+java.lang.String newMACAddress,
+
+long newCredentialDuration,
+
+java.lang.String newLinkedIdentifier,
+
+IntegerHolder newNumberOfEntries
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdentifier in  parameter
+
+ * newNumberOfEntries out  parameter
+
+
+	 */
+	public void deleteEntry(
+		java.lang.String newIdentifier,
+
+IntegerHolder newNumberOfEntries
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newNumberOfEntries out  parameter
+
+
+	 */
+	public void getNumberOfEntries(
+		IntegerHolder newNumberOfEntries
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void factoryDefaultReset(
+		
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void resetAuthentication(
+		
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.Integer getNumberOfEntriesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getIdentifierStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getSecretStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getSecretTypeStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getAuthTypeStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getAuthStateStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getCredentialStateStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getDescriptionStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getMACAddressStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Long getCredentialDurationStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getLastChangeStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getLinkedIdentifierStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getLastErrorStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/LinkAuthenticationModelImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/RadiusClientModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/RadiusClientModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/RadiusClientModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/RadiusClientModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,149 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.igd.model.*;
+
+	
+public class RadiusClientModelImpl implements RadiusClientModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newAuthServerIndex in  parameter
+
+ * newAuthServerIPAddress out  parameter
+
+ * newAuthServerPortNumber out  parameter
+
+ * newAuthServerSharedSecret out  parameter
+
+
+	 */
+	public void getGenericAuthServerEntry(
+		int newAuthServerIndex,
+
+StringHolder newAuthServerIPAddress,
+
+IntegerHolder newAuthServerPortNumber,
+
+StringHolder newAuthServerSharedSecret
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAuthServerIPAddress in  parameter
+
+ * newAuthServerPortNumber in  parameter
+
+ * newAuthServerSharedSecret out  parameter
+
+
+	 */
+	public void getSpecificAuthServerEntry(
+		java.lang.String newAuthServerIPAddress,
+
+int newAuthServerPortNumber,
+
+StringHolder newAuthServerSharedSecret
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAuthServerIPAddress in  parameter
+
+ * newAuthServerPortNumber in  parameter
+
+ * newAuthServerSharedSecret in  parameter
+
+
+	 */
+	public void addAuthServerEntry(
+		java.lang.String newAuthServerIPAddress,
+
+int newAuthServerPortNumber,
+
+java.lang.String newAuthServerSharedSecret
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAuthServerIPAddress in  parameter
+
+ * newAuthServerPortNumber in  parameter
+
+
+	 */
+	public void deleteAuthServerEntry(
+		java.lang.String newAuthServerIPAddress,
+
+int newAuthServerPortNumber
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void factoryDefaultReset(
+		
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void resetAuthentication(
+		
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.Integer getNumberOfAuthServerEntriesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getAuthServerIPAddressStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Integer getAuthServerPortNumberStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getAuthServerSharedSecretStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/RadiusClientModelImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANCableLinkConfigModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANCableLinkConfigModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANCableLinkConfigModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANCableLinkConfigModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,166 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.igd.model.*;
+
+	
+public class WANCableLinkConfigModelImpl implements WANCableLinkConfigModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newCableLinkConfigState out  parameter
+
+ * newLinkType out  parameter
+
+
+	 */
+	public void getCableLinkConfigInfo(
+		StringHolder newCableLinkConfigState,
+
+StringHolder newLinkType
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDownstreamFrequency out  parameter
+
+
+	 */
+	public void getDownstreamFrequency(
+		LongHolder newDownstreamFrequency
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDownstreamModulation out  parameter
+
+
+	 */
+	public void getDownstreamModulation(
+		StringHolder newDownstreamModulation
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newUpstreamFrequency out  parameter
+
+
+	 */
+	public void getUpstreamFrequency(
+		LongHolder newUpstreamFrequency
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newUpstreamModulation out  parameter
+
+
+	 */
+	public void getUpstreamModulation(
+		StringHolder newUpstreamModulation
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newUpstreamChannelID out  parameter
+
+
+	 */
+	public void getUpstreamChannelID(
+		LongHolder newUpstreamChannelID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newUpstreamPowerLevel out  parameter
+
+
+	 */
+	public void getUpstreamPowerLevel(
+		LongHolder newUpstreamPowerLevel
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newBPIEncryptionEnabled out  parameter
+
+
+	 */
+	public void getBPIEncryptionEnabled(
+		BooleanHolder newBPIEncryptionEnabled
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newConfigFile out  parameter
+
+
+	 */
+	public void getConfigFile(
+		StringHolder newConfigFile
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newTFTPServer out  parameter
+
+
+	 */
+	public void getTFTPServer(
+		StringHolder newTFTPServer
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.Boolean getBPIEncryptionEnabledStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANCableLinkConfigModelImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANCommonInterfaceConfigModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANCommonInterfaceConfigModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANCommonInterfaceConfigModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANCommonInterfaceConfigModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,192 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.igd.model.*;
+
+	
+public class WANCommonInterfaceConfigModelImpl implements WANCommonInterfaceConfigModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newEnabledForInternet in  parameter
+
+
+	 */
+	public void setEnabledForInternet(
+		boolean newEnabledForInternet
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newEnabledForInternet out  parameter
+
+
+	 */
+	public void getEnabledForInternet(
+		BooleanHolder newEnabledForInternet
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newWANAccessType out  parameter
+
+ * newLayer1UpstreamMaxBitRate out  parameter
+
+ * newLayer1DownstreamMaxBitRate out  parameter
+
+ * newPhysicalLinkStatus out  parameter
+
+
+	 */
+	public void getCommonLinkProperties(
+		StringHolder newWANAccessType,
+
+LongHolder newLayer1UpstreamMaxBitRate,
+
+LongHolder newLayer1DownstreamMaxBitRate,
+
+StringHolder newPhysicalLinkStatus
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newWANAccessProvider out  parameter
+
+
+	 */
+	public void getWANAccessProvider(
+		StringHolder newWANAccessProvider
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newMaximumActiveConnections out  parameter
+
+
+	 */
+	public void getMaximumActiveConnections(
+		IntegerHolder newMaximumActiveConnections
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newTotalBytesSent out  parameter
+
+
+	 */
+	public void getTotalBytesSent(
+		LongHolder newTotalBytesSent
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newTotalBytesReceived out  parameter
+
+
+	 */
+	public void getTotalBytesReceived(
+		LongHolder newTotalBytesReceived
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newTotalPacketsSent out  parameter
+
+
+	 */
+	public void getTotalPacketsSent(
+		LongHolder newTotalPacketsSent
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newTotalPacketsReceived out  parameter
+
+
+	 */
+	public void getTotalPacketsReceived(
+		LongHolder newTotalPacketsReceived
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newActiveConnectionIndex in  parameter
+
+ * newActiveConnDeviceContainer out  parameter
+
+ * newActiveConnectionServiceID out  parameter
+
+
+	 */
+	public void getActiveConnection(
+		int newActiveConnectionIndex,
+
+StringHolder newActiveConnDeviceContainer,
+
+StringHolder newActiveConnectionServiceID
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.String getPhysicalLinkStatusStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Integer getNumberOfActiveConnectionsStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Boolean getEnabledForInternetStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANCommonInterfaceConfigModelImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANDSLLinkConfigModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANDSLLinkConfigModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANDSLLinkConfigModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANDSLLinkConfigModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,171 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.igd.model.*;
+
+	
+public class WANDSLLinkConfigModelImpl implements WANDSLLinkConfigModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newLinkType in  parameter
+
+
+	 */
+	public void setDSLLinkType(
+		java.lang.String newLinkType
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newLinkType out  parameter
+
+ * newLinkStatus out  parameter
+
+
+	 */
+	public void getDSLLinkInfo(
+		StringHolder newLinkType,
+
+StringHolder newLinkStatus
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAutoConfig out  parameter
+
+
+	 */
+	public void getAutoConfig(
+		BooleanHolder newAutoConfig
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newModulationType out  parameter
+
+
+	 */
+	public void getModulationType(
+		StringHolder newModulationType
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDestinationAddress in  parameter
+
+
+	 */
+	public void setDestinationAddress(
+		java.lang.String newDestinationAddress
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDestinationAddress out  parameter
+
+
+	 */
+	public void getDestinationAddress(
+		StringHolder newDestinationAddress
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newATMEncapsulation in  parameter
+
+
+	 */
+	public void setATMEncapsulation(
+		java.lang.String newATMEncapsulation
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newATMEncapsulation out  parameter
+
+
+	 */
+	public void getATMEncapsulation(
+		StringHolder newATMEncapsulation
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newFCSPreserved in  parameter
+
+
+	 */
+	public void setFCSPreserved(
+		boolean newFCSPreserved
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newFCSPreserved out  parameter
+
+
+	 */
+	public void getFCSPreserved(
+		BooleanHolder newFCSPreserved
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.String getLinkStatusStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Boolean getAutoConfigStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANDSLLinkConfigModelImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANEthernetLinkConfigModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANEthernetLinkConfigModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANEthernetLinkConfigModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANEthernetLinkConfigModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,36 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.igd.model.*;
+
+	
+public class WANEthernetLinkConfigModelImpl implements WANEthernetLinkConfigModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newEthernetLinkStatus out  parameter
+
+
+	 */
+	public void getEthernetLinkStatus(
+		StringHolder newEthernetLinkStatus
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.String getEthernetLinkStatusStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANEthernetLinkConfigModelImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANIPConnectionModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANIPConnectionModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANIPConnectionModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANIPConnectionModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,395 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.igd.model.*;
+
+	
+public class WANIPConnectionModelImpl implements WANIPConnectionModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newConnectionType in  parameter
+
+
+	 */
+	public void setConnectionType(
+		java.lang.String newConnectionType
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newConnectionType out  parameter
+
+ * newPossibleConnectionTypes out  parameter
+
+
+	 */
+	public void getConnectionTypeInfo(
+		StringHolder newConnectionType,
+
+StringHolder newPossibleConnectionTypes
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void requestConnection(
+		
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void requestTermination(
+		
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void forceTermination(
+		
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAutoDisconnectTime in  parameter
+
+
+	 */
+	public void setAutoDisconnectTime(
+		long newAutoDisconnectTime
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdleDisconnectTime in  parameter
+
+
+	 */
+	public void setIdleDisconnectTime(
+		long newIdleDisconnectTime
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newWarnDisconnectDelay in  parameter
+
+
+	 */
+	public void setWarnDisconnectDelay(
+		long newWarnDisconnectDelay
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newConnectionStatus out  parameter
+
+ * newLastConnectionError out  parameter
+
+ * newUptime out  parameter
+
+
+	 */
+	public void getStatusInfo(
+		StringHolder newConnectionStatus,
+
+StringHolder newLastConnectionError,
+
+LongHolder newUptime
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAutoDisconnectTime out  parameter
+
+
+	 */
+	public void getAutoDisconnectTime(
+		LongHolder newAutoDisconnectTime
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdleDisconnectTime out  parameter
+
+
+	 */
+	public void getIdleDisconnectTime(
+		LongHolder newIdleDisconnectTime
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newWarnDisconnectDelay out  parameter
+
+
+	 */
+	public void getWarnDisconnectDelay(
+		LongHolder newWarnDisconnectDelay
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRSIPAvailable out  parameter
+
+ * newNATEnabled out  parameter
+
+
+	 */
+	public void getNATRSIPStatus(
+		BooleanHolder newRSIPAvailable,
+
+BooleanHolder newNATEnabled
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newPortMappingIndex in  parameter
+
+ * newRemoteHost out  parameter
+
+ * newExternalPort out  parameter
+
+ * newProtocol out  parameter
+
+ * newInternalPort out  parameter
+
+ * newInternalClient out  parameter
+
+ * newEnabled out  parameter
+
+ * newPortMappingDescription out  parameter
+
+ * newLeaseDuration out  parameter
+
+
+	 */
+	public void getGenericPortMappingEntry(
+		int newPortMappingIndex,
+
+StringHolder newRemoteHost,
+
+IntegerHolder newExternalPort,
+
+StringHolder newProtocol,
+
+IntegerHolder newInternalPort,
+
+StringHolder newInternalClient,
+
+BooleanHolder newEnabled,
+
+StringHolder newPortMappingDescription,
+
+LongHolder newLeaseDuration
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRemoteHost in  parameter
+
+ * newExternalPort in  parameter
+
+ * newProtocol in  parameter
+
+ * newInternalPort out  parameter
+
+ * newInternalClient out  parameter
+
+ * newEnabled out  parameter
+
+ * newPortMappingDescription out  parameter
+
+ * newLeaseDuration out  parameter
+
+
+	 */
+	public void getSpecificPortMappingEntry(
+		java.lang.String newRemoteHost,
+
+int newExternalPort,
+
+java.lang.String newProtocol,
+
+IntegerHolder newInternalPort,
+
+StringHolder newInternalClient,
+
+BooleanHolder newEnabled,
+
+StringHolder newPortMappingDescription,
+
+LongHolder newLeaseDuration
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRemoteHost in  parameter
+
+ * newExternalPort in  parameter
+
+ * newProtocol in  parameter
+
+ * newInternalPort in  parameter
+
+ * newInternalClient in  parameter
+
+ * newEnabled in  parameter
+
+ * newPortMappingDescription in  parameter
+
+ * newLeaseDuration in  parameter
+
+
+	 */
+	public void addPortMapping(
+		java.lang.String newRemoteHost,
+
+int newExternalPort,
+
+java.lang.String newProtocol,
+
+int newInternalPort,
+
+java.lang.String newInternalClient,
+
+boolean newEnabled,
+
+java.lang.String newPortMappingDescription,
+
+long newLeaseDuration
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRemoteHost in  parameter
+
+ * newExternalPort in  parameter
+
+ * newProtocol in  parameter
+
+
+	 */
+	public void deletePortMapping(
+		java.lang.String newRemoteHost,
+
+int newExternalPort,
+
+java.lang.String newProtocol
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newExternalIPAddress out  parameter
+
+
+	 */
+	public void getExternalIPAddress(
+		StringHolder newExternalIPAddress
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.String getPossibleConnectionTypesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getConnectionStatusStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getExternalIPAddressStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Integer getPortMappingNumberOfEntriesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANIPConnectionModelImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANPOTSLinkConfigModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANPOTSLinkConfigModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANPOTSLinkConfigModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANPOTSLinkConfigModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,167 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.igd.model.*;
+
+	
+public class WANPOTSLinkConfigModelImpl implements WANPOTSLinkConfigModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newISPPhoneNumber in  parameter
+
+ * newISPInfo in  parameter
+
+ * newLinkType in  parameter
+
+
+	 */
+	public void setISPInfo(
+		java.lang.String newISPPhoneNumber,
+
+java.lang.String newISPInfo,
+
+java.lang.String newLinkType
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newNumberOfRetries in  parameter
+
+ * newDelayBetweenRetries in  parameter
+
+
+	 */
+	public void setCallRetryInfo(
+		long newNumberOfRetries,
+
+long newDelayBetweenRetries
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newISPPhoneNumber out  parameter
+
+ * newISPInfo out  parameter
+
+ * newLinkType out  parameter
+
+
+	 */
+	public void getISPInfo(
+		StringHolder newISPPhoneNumber,
+
+StringHolder newISPInfo,
+
+StringHolder newLinkType
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newNumberOfRetries out  parameter
+
+ * newDelayBetweenRetries out  parameter
+
+
+	 */
+	public void getCallRetryInfo(
+		LongHolder newNumberOfRetries,
+
+LongHolder newDelayBetweenRetries
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newFclass out  parameter
+
+
+	 */
+	public void getFclass(
+		StringHolder newFclass
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDataModulationSupported out  parameter
+
+
+	 */
+	public void getDataModulationSupported(
+		StringHolder newDataModulationSupported
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDataProtocol out  parameter
+
+
+	 */
+	public void getDataProtocol(
+		StringHolder newDataProtocol
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDataCompression out  parameter
+
+
+	 */
+	public void getDataCompression(
+		StringHolder newDataCompression
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newPlusVTRCommandSupported out  parameter
+
+
+	 */
+	public void getPlusVTRCommandSupported(
+		BooleanHolder newPlusVTRCommandSupported
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+		
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANPOTSLinkConfigModelImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANPPPConnectionModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANPPPConnectionModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANPPPConnectionModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANPPPConnectionModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,501 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.igd.model.*;
+
+	
+public class WANPPPConnectionModelImpl implements WANPPPConnectionModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newConnectionType in  parameter
+
+
+	 */
+	public void setConnectionType(
+		java.lang.String newConnectionType
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newConnectionType out  parameter
+
+ * newPossibleConnectionTypes out  parameter
+
+
+	 */
+	public void getConnectionTypeInfo(
+		StringHolder newConnectionType,
+
+StringHolder newPossibleConnectionTypes
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newUserName in  parameter
+
+ * newPassword in  parameter
+
+
+	 */
+	public void configureConnection(
+		java.lang.String newUserName,
+
+java.lang.String newPassword
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void requestConnection(
+		
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void requestTermination(
+		
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void forceTermination(
+		
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAutoDisconnectTime in  parameter
+
+
+	 */
+	public void setAutoDisconnectTime(
+		long newAutoDisconnectTime
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdleDisconnectTime in  parameter
+
+
+	 */
+	public void setIdleDisconnectTime(
+		long newIdleDisconnectTime
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newWarnDisconnectDelay in  parameter
+
+
+	 */
+	public void setWarnDisconnectDelay(
+		long newWarnDisconnectDelay
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newConnectionStatus out  parameter
+
+ * newLastConnectionError out  parameter
+
+ * newUptime out  parameter
+
+
+	 */
+	public void getStatusInfo(
+		StringHolder newConnectionStatus,
+
+StringHolder newLastConnectionError,
+
+LongHolder newUptime
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newUpstreamMaxBitRate out  parameter
+
+ * newDownstreamMaxBitRate out  parameter
+
+
+	 */
+	public void getLinkLayerMaxBitRates(
+		LongHolder newUpstreamMaxBitRate,
+
+LongHolder newDownstreamMaxBitRate
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newPPPEncryptionProtocol out  parameter
+
+
+	 */
+	public void getPPPEncryptionProtocol(
+		StringHolder newPPPEncryptionProtocol
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newPPPCompressionProtocol out  parameter
+
+
+	 */
+	public void getPPPCompressionProtocol(
+		StringHolder newPPPCompressionProtocol
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newPPPAuthenticationProtocol out  parameter
+
+
+	 */
+	public void getPPPAuthenticationProtocol(
+		StringHolder newPPPAuthenticationProtocol
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newUserName out  parameter
+
+
+	 */
+	public void getUserName(
+		StringHolder newUserName
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newPassword out  parameter
+
+
+	 */
+	public void getPassword(
+		StringHolder newPassword
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAutoDisconnectTime out  parameter
+
+
+	 */
+	public void getAutoDisconnectTime(
+		LongHolder newAutoDisconnectTime
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdleDisconnectTime out  parameter
+
+
+	 */
+	public void getIdleDisconnectTime(
+		LongHolder newIdleDisconnectTime
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newWarnDisconnectDelay out  parameter
+
+
+	 */
+	public void getWarnDisconnectDelay(
+		LongHolder newWarnDisconnectDelay
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRSIPAvailable out  parameter
+
+ * newNATEnabled out  parameter
+
+
+	 */
+	public void getNATRSIPStatus(
+		BooleanHolder newRSIPAvailable,
+
+BooleanHolder newNATEnabled
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newPortMappingIndex in  parameter
+
+ * newRemoteHost out  parameter
+
+ * newExternalPort out  parameter
+
+ * newProtocol out  parameter
+
+ * newInternalPort out  parameter
+
+ * newInternalClient out  parameter
+
+ * newEnabled out  parameter
+
+ * newPortMappingDescription out  parameter
+
+ * newLeaseDuration out  parameter
+
+
+	 */
+	public void getGenericPortMappingEntry(
+		int newPortMappingIndex,
+
+StringHolder newRemoteHost,
+
+IntegerHolder newExternalPort,
+
+StringHolder newProtocol,
+
+IntegerHolder newInternalPort,
+
+StringHolder newInternalClient,
+
+BooleanHolder newEnabled,
+
+StringHolder newPortMappingDescription,
+
+LongHolder newLeaseDuration
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRemoteHost in  parameter
+
+ * newExternalPort in  parameter
+
+ * newProtocol in  parameter
+
+ * newInternalPort out  parameter
+
+ * newInternalClient out  parameter
+
+ * newEnabled out  parameter
+
+ * newPortMappingDescription out  parameter
+
+ * newLeaseDuration out  parameter
+
+
+	 */
+	public void getSpecificPortMappingEntry(
+		java.lang.String newRemoteHost,
+
+int newExternalPort,
+
+java.lang.String newProtocol,
+
+IntegerHolder newInternalPort,
+
+StringHolder newInternalClient,
+
+BooleanHolder newEnabled,
+
+StringHolder newPortMappingDescription,
+
+LongHolder newLeaseDuration
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRemoteHost in  parameter
+
+ * newExternalPort in  parameter
+
+ * newProtocol in  parameter
+
+ * newInternalPort in  parameter
+
+ * newInternalClient in  parameter
+
+ * newEnabled in  parameter
+
+ * newPortMappingDescription in  parameter
+
+ * newLeaseDuration in  parameter
+
+
+	 */
+	public void addPortMapping(
+		java.lang.String newRemoteHost,
+
+int newExternalPort,
+
+java.lang.String newProtocol,
+
+int newInternalPort,
+
+java.lang.String newInternalClient,
+
+boolean newEnabled,
+
+java.lang.String newPortMappingDescription,
+
+long newLeaseDuration
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRemoteHost in  parameter
+
+ * newExternalPort in  parameter
+
+ * newProtocol in  parameter
+
+
+	 */
+	public void deletePortMapping(
+		java.lang.String newRemoteHost,
+
+int newExternalPort,
+
+java.lang.String newProtocol
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newExternalIPAddress out  parameter
+
+
+	 */
+	public void getExternalIPAddress(
+		StringHolder newExternalIPAddress
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.String getPossibleConnectionTypesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getConnectionStatusStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getExternalIPAddressStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Integer getPortMappingNumberOfEntriesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WANPPPConnectionModelImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WLANConfigurationModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WLANConfigurationModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WLANConfigurationModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WLANConfigurationModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,1135 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.igd.model.*;
+
+	
+public class WLANConfigurationModelImpl implements WLANConfigurationModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newInsecureOOBAccessEnabled in  parameter
+
+
+	 */
+	public void setInsecureOutOfBandAccessMode(
+		boolean newInsecureOOBAccessEnabled
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newInsecureOOBAccessEnabled out  parameter
+
+
+	 */
+	public void getInsecureOutOfBandAccessMode(
+		BooleanHolder newInsecureOOBAccessEnabled
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newSSID in  parameter
+
+
+	 */
+	public void setSSID(
+		java.lang.String newSSID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newSSID out  parameter
+
+
+	 */
+	public void getSSID(
+		StringHolder newSSID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newBSSID out  parameter
+
+
+	 */
+	public void getBSSID(
+		StringHolder newBSSID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newBeaconType in  parameter
+
+
+	 */
+	public void setBeaconType(
+		java.lang.String newBeaconType
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newBeaconType out  parameter
+
+
+	 */
+	public void getBeaconType(
+		StringHolder newBeaconType
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newBeaconAdvertisementEnabled in  parameter
+
+
+	 */
+	public void setBeaconAdvertisement(
+		boolean newBeaconAdvertisementEnabled
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newBeaconAdvertisementEnabled out  parameter
+
+
+	 */
+	public void getBeaconAdvertisement(
+		BooleanHolder newBeaconAdvertisementEnabled
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRadioEnabled in  parameter
+
+
+	 */
+	public void setRadioMode(
+		boolean newRadioEnabled
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRadioEnabled out  parameter
+
+
+	 */
+	public void getRadioMode(
+		BooleanHolder newRadioEnabled
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newLocationDescription in  parameter
+
+
+	 */
+	public void setLocationDescription(
+		java.lang.String newLocationDescription
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newLocationDescription out  parameter
+
+
+	 */
+	public void getLocationDescription(
+		StringHolder newLocationDescription
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRegulatoryDomain in  parameter
+
+
+	 */
+	public void setRegulatoryDomain(
+		java.lang.String newRegulatoryDomain
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newRegulatoryDomain out  parameter
+
+
+	 */
+	public void getRegulatoryDomain(
+		StringHolder newRegulatoryDomain
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newTotalIntegrityFailures out  parameter
+
+ * newTotalPSKFailures out  parameter
+
+
+	 */
+	public void getFailureStatusInfo(
+		LongHolder newTotalIntegrityFailures,
+
+LongHolder newTotalPSKFailures
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newChannel in  parameter
+
+
+	 */
+	public void setChannel(
+		int newChannel
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newChannel out  parameter
+
+ * newPossibleChannels out  parameter
+
+
+	 */
+	public void getChannelInfo(
+		IntegerHolder newChannel,
+
+StringHolder newPossibleChannels
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newChannelsInUse out  parameter
+
+
+	 */
+	public void getChannelsInUse(
+		StringHolder newChannelsInUse
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDeviceOperationMode in  parameter
+
+ * newSSID in  parameter
+
+ * newBSSID in  parameter
+
+ * newChannel in  parameter
+
+ * newBasicDataTransmitRates in  parameter
+
+ * newOperationalDataTransmitRates in  parameter
+
+ * newDistanceFromRoot in  parameter
+
+
+	 */
+	public void setDeviceOperationMode(
+		java.lang.String newDeviceOperationMode,
+
+java.lang.String newSSID,
+
+java.lang.String newBSSID,
+
+int newChannel,
+
+java.lang.String newBasicDataTransmitRates,
+
+java.lang.String newOperationalDataTransmitRates,
+
+int newDistanceFromRoot
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDeviceOperationMode out  parameter
+
+ * newSSID out  parameter
+
+ * newBSSID out  parameter
+
+ * newChannel out  parameter
+
+ * newBasicDataTransmitRates out  parameter
+
+ * newOperationalDataTransmitRates out  parameter
+
+ * newDistanceFromRoot out  parameter
+
+
+	 */
+	public void getDeviceOperationMode(
+		StringHolder newDeviceOperationMode,
+
+StringHolder newSSID,
+
+StringHolder newBSSID,
+
+IntegerHolder newChannel,
+
+StringHolder newBasicDataTransmitRates,
+
+StringHolder newOperationalDataTransmitRates,
+
+IntegerHolder newDistanceFromRoot
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newBasicDataTransmitRates in  parameter
+
+ * newOperationalDataTransmitRates in  parameter
+
+
+	 */
+	public void setDataTransmitRates(
+		java.lang.String newBasicDataTransmitRates,
+
+java.lang.String newOperationalDataTransmitRates
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newBasicDataTransmitRates out  parameter
+
+ * newOperationalDataTransmitRates out  parameter
+
+ * newPossibleDataTransmitRates out  parameter
+
+
+	 */
+	public void getDataTransmitRateInfo(
+		StringHolder newBasicDataTransmitRates,
+
+StringHolder newOperationalDataTransmitRates,
+
+StringHolder newPossibleDataTransmitRates
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAutoRateFallBackEnabled in  parameter
+
+
+	 */
+	public void setAutoRateFallBackMode(
+		boolean newAutoRateFallBackEnabled
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAutoRateFallBackEnabled out  parameter
+
+
+	 */
+	public void getAutoRateFallBackMode(
+		BooleanHolder newAutoRateFallBackEnabled
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newTotalBytesSent out  parameter
+
+ * newTotalBytesReceived out  parameter
+
+
+	 */
+	public void getByteStatistics(
+		LongHolder newTotalBytesSent,
+
+LongHolder newTotalBytesReceived
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newTotalPacketsSent out  parameter
+
+ * newTotalPacketsReceived out  parameter
+
+
+	 */
+	public void getPacketStatistics(
+		LongHolder newTotalPacketsSent,
+
+LongHolder newTotalPacketsReceived
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAssociatedDeviceMACAddress in  parameter
+
+ * newTotalBytesSent out  parameter
+
+ * newTotalBytesReceived out  parameter
+
+
+	 */
+	public void getByteStatsForAssociatedDev(
+		java.lang.String newAssociatedDeviceMACAddress,
+
+LongHolder newTotalBytesSent,
+
+LongHolder newTotalBytesReceived
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAssociatedDeviceMACAddress in  parameter
+
+ * newTotalPacketsSent out  parameter
+
+ * newTotalPacketsReceived out  parameter
+
+
+	 */
+	public void getPacketStatsForAssociatedDev(
+		java.lang.String newAssociatedDeviceMACAddress,
+
+LongHolder newTotalPacketsSent,
+
+LongHolder newTotalPacketsReceived
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newTotalAssociations out  parameter
+
+
+	 */
+	public void getTotalAssociations(
+		IntegerHolder newTotalAssociations
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAssociatedDeviceIndex in  parameter
+
+ * newAssociatedDeviceMACAddress out  parameter
+
+ * newAssociatedDeviceIPAddress out  parameter
+
+ * newAssociatedDeviceAuthState out  parameter
+
+
+	 */
+	public void getGenericAssociatedDeviceInfo(
+		int newAssociatedDeviceIndex,
+
+StringHolder newAssociatedDeviceMACAddress,
+
+StringHolder newAssociatedDeviceIPAddress,
+
+BooleanHolder newAssociatedDeviceAuthState
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAssociatedDeviceMACAddress in  parameter
+
+ * newAssociatedDeviceIPAddress out  parameter
+
+ * newAssociatedDeviceAuthState out  parameter
+
+
+	 */
+	public void getSpecificAssociatedDeviceInfo(
+		java.lang.String newAssociatedDeviceMACAddress,
+
+StringHolder newAssociatedDeviceIPAddress,
+
+BooleanHolder newAssociatedDeviceAuthState
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAssociatedDeviceMACAddress in  parameter
+
+ * newLastRequestedUnicastCipher out  parameter
+
+ * newLastRequestedMulticastCipher out  parameter
+
+ * newIEEE11iAuthenticationMode out  parameter
+
+ * newLastPMKId out  parameter
+
+
+	 */
+	public void getSpecificAssociatedDev11iInfo(
+		java.lang.String newAssociatedDeviceMACAddress,
+
+StringHolder newLastRequestedUnicastCipher,
+
+StringHolder newLastRequestedMulticastCipher,
+
+StringHolder newIEEE11iAuthenticationMode,
+
+StringHolder newLastPMKId
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAuthenticationServiceMode in  parameter
+
+
+	 */
+	public void setAuthenticationServiceMode(
+		java.lang.String newAuthenticationServiceMode
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newAuthenticationServiceMode out  parameter
+
+
+	 */
+	public void getAuthenticationServiceMode(
+		StringHolder newAuthenticationServiceMode
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newWEPKey0 in  parameter
+
+ * newWEPKey1 in  parameter
+
+ * newWEPKey2 in  parameter
+
+ * newWEPKey3 in  parameter
+
+ * newPreSharedKey in  parameter
+
+ * newKeyPassphrase in  parameter
+
+
+	 */
+	public void setSecurityKeys(
+		java.lang.String newWEPKey0,
+
+java.lang.String newWEPKey1,
+
+java.lang.String newWEPKey2,
+
+java.lang.String newWEPKey3,
+
+java.lang.String newPreSharedKey,
+
+java.lang.String newKeyPassphrase
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newWEPKey0 out  parameter
+
+ * newWEPKey1 out  parameter
+
+ * newWEPKey2 out  parameter
+
+ * newWEPKey3 out  parameter
+
+ * newPreSharedKey out  parameter
+
+ * newKeyPassphrase out  parameter
+
+
+	 */
+	public void getSecurityKeys(
+		StringHolder newWEPKey0,
+
+StringHolder newWEPKey1,
+
+StringHolder newWEPKey2,
+
+StringHolder newWEPKey3,
+
+StringHolder newPreSharedKey,
+
+StringHolder newKeyPassphrase
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDefaultWEPKeyIndex in  parameter
+
+
+	 */
+	public void setDefaultWEPKeyIndex(
+		int newDefaultWEPKeyIndex
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newDefaultWEPKeyIndex out  parameter
+
+
+	 */
+	public void getDefaultWEPKeyIndex(
+		IntegerHolder newDefaultWEPKeyIndex
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newPreSharedKeyIndex in  parameter
+
+ * newAssociatedDeviceMACAddress in  parameter
+
+ * newPreSharedKey in  parameter
+
+ * newPSKPassphrase in  parameter
+
+
+	 */
+	public void setPreSharedKey(
+		int newPreSharedKeyIndex,
+
+java.lang.String newAssociatedDeviceMACAddress,
+
+java.lang.String newPreSharedKey,
+
+java.lang.String newPSKPassphrase
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newPreSharedKeyIndex in  parameter
+
+ * newAssociatedDeviceMACAddress out  parameter
+
+ * newPreSharedKey out  parameter
+
+ * newPSKPassphrase out  parameter
+
+
+	 */
+	public void getPreSharedKey(
+		int newPreSharedKeyIndex,
+
+StringHolder newAssociatedDeviceMACAddress,
+
+StringHolder newPreSharedKey,
+
+StringHolder newPSKPassphrase
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newBasicEncryptionModes in  parameter
+
+ * newBasicAuthenticationMode in  parameter
+
+
+	 */
+	public void setBasBeaconSecurityProperties(
+		java.lang.String newBasicEncryptionModes,
+
+java.lang.String newBasicAuthenticationMode
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newBasicEncryptionModes out  parameter
+
+ * newBasicAuthenticationMode out  parameter
+
+
+	 */
+	public void getBasBeaconSecurityProperties(
+		StringHolder newBasicEncryptionModes,
+
+StringHolder newBasicAuthenticationMode
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newWPAEncryptionModes in  parameter
+
+ * newWPAAuthenticationMode in  parameter
+
+
+	 */
+	public void setWPABeaconSecurityProperties(
+		java.lang.String newWPAEncryptionModes,
+
+java.lang.String newWPAAuthenticationMode
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newWPAEncryptionModes out  parameter
+
+ * newWPAAuthenticationMode out  parameter
+
+
+	 */
+	public void getWPABeaconSecurityProperties(
+		StringHolder newWPAEncryptionModes,
+
+StringHolder newWPAAuthenticationMode
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newIEEE11iEncryptionModes in  parameter
+
+ * newIEEE11iAuthenticationMode in  parameter
+
+
+	 */
+	public void set11iBeaconSecurityProperties(
+		java.lang.String newIEEE11iEncryptionModes,
+
+java.lang.String newIEEE11iAuthenticationMode
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * newIEEE11iEncryptionModes out  parameter
+
+ * newIEEE11iAuthenticationMode out  parameter
+
+
+	 */
+	public void get11iBeaconSecurityProperties(
+		StringHolder newIEEE11iEncryptionModes,
+
+StringHolder newIEEE11iAuthenticationMode
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void factoryDefaultReset(
+		
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void resetAuthentication(
+		
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.Boolean getInsecureOOBAccessEnabledStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getSSIDStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getBSSIDStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getBeaconTypeStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Boolean getBeaconAdvertisementEnabledStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Boolean getRadioEnabledStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getLocationDescriptionStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getRegulatoryDomainStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Long getTotalPSKFailuresStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Long getTotalIntegrityFailuresStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Integer getChannelStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getPossibleChannelsStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getChannelsInUseStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getDeviceOperationModeStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Integer getDistanceFromRootStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getPeerBSSIDStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getBasicDataTransmitRatesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getOperationalDataTransmitRatesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getPossibleDataTransmitRatesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Boolean getAutoRateFallBackEnabledStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Long getTotalBytesSentStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Long getTotalBytesReceivedStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Long getTotalPacketsSentStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Long getTotalPacketsReceivedStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Integer getTotalAssociationsStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getAssociatedDeviceMACAddressStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getAssociatedDeviceIPAddressStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Boolean getAssociatedDeviceAuthStateStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getAuthenticationServiceModeStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Integer getWEPKeyIndexStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getWEPKeyStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getKeyPassphraseStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getWEPEncryptionLevelStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getPreSharedKeyStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Integer getPreSharedKeyIndexStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getBasicEncryptionModesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getBasicAuthenticationModeStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getWPAEncryptionModesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getWPAAuthenticationModeStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getIEEE11iEncryptionModesStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getIEEE11iAuthenticationModeStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getLastRequestedUnicastCipherStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getLastRequestedMulticastCipherStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getLastPMKIdStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/impl/WLANConfigurationModelImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/LANHostConfigManagementModel.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/LANHostConfigManagementModel.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/LANHostConfigManagementModel.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/LANHostConfigManagementModel.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,252 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.model;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+
+	
+public interface LANHostConfigManagementModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newDHCPServerConfigurable in  parameter
+
+
+	 */
+	public void setDHCPServerConfigurable(
+		boolean newDHCPServerConfigurable
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newDHCPServerConfigurable out  parameter
+
+
+	 */
+	public void getDHCPServerConfigurable(
+		BooleanHolder newDHCPServerConfigurable
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newDHCPRelay in  parameter
+
+
+	 */
+	public void setDHCPRelay(
+		boolean newDHCPRelay
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newDHCPRelay out  parameter
+
+
+	 */
+	public void getDHCPRelay(
+		BooleanHolder newDHCPRelay
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newSubnetMask in  parameter
+
+
+	 */
+	public void setSubnetMask(
+		java.lang.String newSubnetMask
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newSubnetMask out  parameter
+
+
+	 */
+	public void getSubnetMask(
+		StringHolder newSubnetMask
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newIPRouters in  parameter
+
+
+	 */
+	public void setIPRouter(
+		java.lang.String newIPRouters
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newIPRouters in  parameter
+
+
+	 */
+	public void deleteIPRouter(
+		java.lang.String newIPRouters
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newIPRouters out  parameter
+
+
+	 */
+	public void getIPRoutersList(
+		StringHolder newIPRouters
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newDomainName in  parameter
+
+
+	 */
+	public void setDomainName(
+		java.lang.String newDomainName
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newDomainName out  parameter
+
+
+	 */
+	public void getDomainName(
+		StringHolder newDomainName
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newMinAddress in  parameter
+
+ * newMaxAddress in  parameter
+
+
+	 */
+	public void setAddressRange(
+		java.lang.String newMinAddress,
+
+java.lang.String newMaxAddress
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newMinAddress out  parameter
+
+ * newMaxAddress out  parameter
+
+
+	 */
+	public void getAddressRange(
+		StringHolder newMinAddress,
+
+StringHolder newMaxAddress
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newReservedAddresses in  parameter
+
+
+	 */
+	public void setReservedAddress(
+		java.lang.String newReservedAddresses
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newReservedAddresses in  parameter
+
+
+	 */
+	public void deleteReservedAddress(
+		java.lang.String newReservedAddresses
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newReservedAddresses out  parameter
+
+
+	 */
+	public void getReservedAddresses(
+		StringHolder newReservedAddresses
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newDNSServers in  parameter
+
+
+	 */
+	public void setDNSServer(
+		java.lang.String newDNSServers
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newDNSServers in  parameter
+
+
+	 */
+	public void deleteDNSServer(
+		java.lang.String newDNSServers
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newDNSServers out  parameter
+
+
+	 */
+	public void getDNSServers(
+		StringHolder newDNSServers
+	);
+	// TODO return the type of the return argument when specified
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+		
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/LANHostConfigManagementModel.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/Layer3ForwardingModel.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/Layer3ForwardingModel.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/Layer3ForwardingModel.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/Layer3ForwardingModel.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,42 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.model;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+
+	
+public interface Layer3ForwardingModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newDefaultConnectionService in  parameter
+
+
+	 */
+	public void setDefaultConnectionService(
+		java.lang.String newDefaultConnectionService
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newDefaultConnectionService out  parameter
+
+
+	 */
+	public void getDefaultConnectionService(
+		StringHolder newDefaultConnectionService
+	);
+	// TODO return the type of the return argument when specified
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.String getDefaultConnectionServiceStateVariableValue();		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/Layer3ForwardingModel.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/LinkAuthenticationModel.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/LinkAuthenticationModel.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/LinkAuthenticationModel.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/LinkAuthenticationModel.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,298 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.model;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+
+	
+public interface LinkAuthenticationModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newIndex in  parameter
+
+ * newIdentifier out  parameter
+
+ * newSecret out  parameter
+
+ * newSecretType out  parameter
+
+ * newAuthType out  parameter
+
+ * newAuthState out  parameter
+
+ * newCredentialState out  parameter
+
+ * newDescription out  parameter
+
+ * newMACAddress out  parameter
+
+ * newCredentialDuration out  parameter
+
+ * newLinkedIdentifier out  parameter
+
+
+	 */
+	public void getGenericEntry(
+		int newIndex,
+
+StringHolder newIdentifier,
+
+StringHolder newSecret,
+
+StringHolder newSecretType,
+
+StringHolder newAuthType,
+
+StringHolder newAuthState,
+
+StringHolder newCredentialState,
+
+StringHolder newDescription,
+
+StringHolder newMACAddress,
+
+LongHolder newCredentialDuration,
+
+StringHolder newLinkedIdentifier
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdentifierKey in  parameter
+
+ * newIdentifier out  parameter
+
+ * newSecret out  parameter
+
+ * newSecretType out  parameter
+
+ * newAuthType out  parameter
+
+ * newAuthState out  parameter
+
+ * newCredentialState out  parameter
+
+ * newDescription out  parameter
+
+ * newMACAddress out  parameter
+
+ * newCredentialDuration out  parameter
+
+ * newLinkedIdentifier out  parameter
+
+
+	 */
+	public void getSpecificEntry(
+		java.lang.String newIdentifierKey,
+
+StringHolder newIdentifier,
+
+StringHolder newSecret,
+
+StringHolder newSecretType,
+
+StringHolder newAuthType,
+
+StringHolder newAuthState,
+
+StringHolder newCredentialState,
+
+StringHolder newDescription,
+
+StringHolder newMACAddress,
+
+LongHolder newCredentialDuration,
+
+StringHolder newLinkedIdentifier
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdentifier in  parameter
+
+ * newSecret in  parameter
+
+ * newSecretType in  parameter
+
+ * newAuthType in  parameter
+
+ * newAuthState in  parameter
+
+ * newCredentialState in  parameter
+
+ * newDescription in  parameter
+
+ * newMACAddress in  parameter
+
+ * newCredentialDuration in  parameter
+
+ * newLinkedIdentifier in  parameter
+
+ * newNumberOfEntries out  parameter
+
+
+	 */
+	public void addEntry(
+		java.lang.String newIdentifier,
+
+java.lang.String newSecret,
+
+java.lang.String newSecretType,
+
+java.lang.String newAuthType,
+
+java.lang.String newAuthState,
+
+java.lang.String newCredentialState,
+
+java.lang.String newDescription,
+
+java.lang.String newMACAddress,
+
+long newCredentialDuration,
+
+java.lang.String newLinkedIdentifier,
+
+IntegerHolder newNumberOfEntries
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdentifier in  parameter
+
+ * newSecret in  parameter
+
+ * newSecretType in  parameter
+
+ * newAuthType in  parameter
+
+ * newAuthState in  parameter
+
+ * newCredentialState in  parameter
+
+ * newDescription in  parameter
+
+ * newMACAddress in  parameter
+
+ * newCredentialDuration in  parameter
+
+ * newLinkedIdentifier in  parameter
+
+ * newNumberOfEntries out  parameter
+
+
+	 */
+	public void updateEntry(
+		java.lang.String newIdentifier,
+
+java.lang.String newSecret,
+
+java.lang.String newSecretType,
+
+java.lang.String newAuthType,
+
+java.lang.String newAuthState,
+
+java.lang.String newCredentialState,
+
+java.lang.String newDescription,
+
+java.lang.String newMACAddress,
+
+long newCredentialDuration,
+
+java.lang.String newLinkedIdentifier,
+
+IntegerHolder newNumberOfEntries
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newIdentifier in  parameter
+
+ * newNumberOfEntries out  parameter
+
+
+	 */
+	public void deleteEntry(
+		java.lang.String newIdentifier,
+
+IntegerHolder newNumberOfEntries
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newNumberOfEntries out  parameter
+
+
+	 */
+	public void getNumberOfEntries(
+		IntegerHolder newNumberOfEntries
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void factoryDefaultReset(
+		
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void resetAuthentication(
+		
+	);
+	// TODO return the type of the return argument when specified
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.Integer getNumberOfEntriesStateVariableValue();		
+		
+		public java.lang.String getIdentifierStateVariableValue();		
+		
+		public java.lang.String getSecretStateVariableValue();		
+		
+		public java.lang.String getSecretTypeStateVariableValue();		
+		
+		public java.lang.String getAuthTypeStateVariableValue();		
+		
+		public java.lang.String getAuthStateStateVariableValue();		
+		
+		public java.lang.String getCredentialStateStateVariableValue();		
+		
+		public java.lang.String getDescriptionStateVariableValue();		
+		
+		public java.lang.String getMACAddressStateVariableValue();		
+		
+		public java.lang.Long getCredentialDurationStateVariableValue();		
+		
+		public java.lang.String getLastChangeStateVariableValue();		
+		
+		public java.lang.String getLinkedIdentifierStateVariableValue();		
+		
+		public java.lang.String getLastErrorStateVariableValue();		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/LinkAuthenticationModel.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/RadiusClientModel.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/RadiusClientModel.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/RadiusClientModel.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/RadiusClientModel.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,124 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.model;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+
+	
+public interface RadiusClientModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newAuthServerIndex in  parameter
+
+ * newAuthServerIPAddress out  parameter
+
+ * newAuthServerPortNumber out  parameter
+
+ * newAuthServerSharedSecret out  parameter
+
+
+	 */
+	public void getGenericAuthServerEntry(
+		int newAuthServerIndex,
+
+StringHolder newAuthServerIPAddress,
+
+IntegerHolder newAuthServerPortNumber,
+
+StringHolder newAuthServerSharedSecret
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newAuthServerIPAddress in  parameter
+
+ * newAuthServerPortNumber in  parameter
+
+ * newAuthServerSharedSecret out  parameter
+
+
+	 */
+	public void getSpecificAuthServerEntry(
+		java.lang.String newAuthServerIPAddress,
+
+int newAuthServerPortNumber,
+
+StringHolder newAuthServerSharedSecret
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newAuthServerIPAddress in  parameter
+
+ * newAuthServerPortNumber in  parameter
+
+ * newAuthServerSharedSecret in  parameter
+
+
+	 */
+	public void addAuthServerEntry(
+		java.lang.String newAuthServerIPAddress,
+
+int newAuthServerPortNumber,
+
+java.lang.String newAuthServerSharedSecret
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newAuthServerIPAddress in  parameter
+
+ * newAuthServerPortNumber in  parameter
+
+
+	 */
+	public void deleteAuthServerEntry(
+		java.lang.String newAuthServerIPAddress,
+
+int newAuthServerPortNumber
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void factoryDefaultReset(
+		
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+
+	 */
+	public void resetAuthentication(
+		
+	);
+	// TODO return the type of the return argument when specified
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.Integer getNumberOfAuthServerEntriesStateVariableValue();		
+		
+		public java.lang.String getAuthServerIPAddressStateVariableValue();		
+		
+		public java.lang.Integer getAuthServerPortNumberStateVariableValue();		
+		
+		public java.lang.String getAuthServerSharedSecretStateVariableValue();		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/RadiusClientModel.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/WANCableLinkConfigModel.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/WANCableLinkConfigModel.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/WANCableLinkConfigModel.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/WANCableLinkConfigModel.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,142 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.igd.model;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+
+	
+public interface WANCableLinkConfigModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * newCableLinkConfigState out  parameter
+
+ * newLinkType out  parameter
+
+
+	 */
+	public void getCableLinkConfigInfo(
+		StringHolder newCableLinkConfigState,
+
+StringHolder newLinkType
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newDownstreamFrequency out  parameter
+
+
+	 */
+	public void getDownstreamFrequency(
+		LongHolder newDownstreamFrequency
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newDownstreamModulation out  parameter
+
+
+	 */
+	public void getDownstreamModulation(
+		StringHolder newDownstreamModulation
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newUpstreamFrequency out  parameter
+
+
+	 */
+	public void getUpstreamFrequency(
+		LongHolder newUpstreamFrequency
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newUpstreamModulation out  parameter
+
+
+	 */
+	public void getUpstreamModulation(
+		StringHolder newUpstreamModulation
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newUpstreamChannelID out  parameter
+
+
+	 */
+	public void getUpstreamChannelID(
+		LongHolder newUpstreamChannelID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newUpstreamPowerLevel out  parameter
+
+
+	 */
+	public void getUpstreamPowerLevel(
+		LongHolder newUpstreamPowerLevel
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newBPIEncryptionEnabled out  parameter
+
+
+	 */
+	public void getBPIEncryptionEnabled(
+		BooleanHolder newBPIEncryptionEnabled
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newConfigFile out  parameter
+
+
+	 */
+	public void getConfigFile(
+		StringHolder newConfigFile
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * newTFTPServer out  parameter
+
+
+	 */
+	public void getTFTPServer(
+		StringHolder newTFTPServer
+	);
+	// TODO return the type of the return argument when specified
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.Boolean getBPIEncryptionEnabledStateVariableValue();		
+			
+}

Propchange: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/igd/model/WANCableLinkConfigModel.java
------------------------------------------------------------------------------
    svn:eol-style = native