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 [21/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/media/impl/ConnectionManagerModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/impl/ConnectionManagerModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/impl/ConnectionManagerModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/impl/ConnectionManagerModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,158 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.media.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.media.model.*;
+
+	
+public class ConnectionManagerModelImpl implements ConnectionManagerModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * source out  parameter
+
+ * sink out  parameter
+
+
+	 */
+	public void getProtocolInfo(
+		StringHolder source,
+
+StringHolder sink
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * remoteProtocolInfo in  parameter
+
+ * peerConnectionManager in  parameter
+
+ * peerConnectionID in  parameter
+
+ * direction in  parameter
+
+ * connectionID out  parameter
+
+ * aVTransportID out  parameter
+
+ * rcsID out  parameter
+
+
+	 */
+	public void prepareForConnection(
+		java.lang.String remoteProtocolInfo,
+
+java.lang.String peerConnectionManager,
+
+int peerConnectionID,
+
+java.lang.String direction,
+
+IntegerHolder connectionID,
+
+IntegerHolder aVTransportID,
+
+IntegerHolder rcsID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * connectionID in  parameter
+
+
+	 */
+	public void connectionComplete(
+		int connectionID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * connectionIDs out  parameter
+
+
+	 */
+	public void getCurrentConnectionIDs(
+		StringHolder connectionIDs
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * connectionID in  parameter
+
+ * rcsID out  parameter
+
+ * aVTransportID out  parameter
+
+ * protocolInfo out  parameter
+
+ * peerConnectionManager out  parameter
+
+ * peerConnectionID out  parameter
+
+ * direction out  parameter
+
+ * status out  parameter
+
+
+	 */
+	public void getCurrentConnectionInfo(
+		int connectionID,
+
+IntegerHolder rcsID,
+
+IntegerHolder aVTransportID,
+
+StringHolder protocolInfo,
+
+StringHolder peerConnectionManager,
+
+IntegerHolder peerConnectionID,
+
+StringHolder direction,
+
+StringHolder status
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.String getSourceProtocolInfoStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getSinkProtocolInfoStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getCurrentConnectionIDsStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

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

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/impl/ContentDirectoryModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/impl/ContentDirectoryModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/impl/ContentDirectoryModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/impl/ContentDirectoryModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,356 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.media.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.media.model.*;
+
+	
+public class ContentDirectoryModelImpl implements ContentDirectoryModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * searchCaps out  parameter
+
+
+	 */
+	public void getSearchCapabilities(
+		StringHolder searchCaps
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * sortCaps out  parameter
+
+
+	 */
+	public void getSortCapabilities(
+		StringHolder sortCaps
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * id out  parameter
+
+
+	 */
+	public void getSystemUpdateID(
+		LongHolder id
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * objectID in  parameter
+
+ * browseFlag in  parameter
+
+ * filter in  parameter
+
+ * startingIndex in  parameter
+
+ * requestedCount in  parameter
+
+ * sortCriteria in  parameter
+
+ * result out  parameter
+
+ * numberReturned out  parameter
+
+ * totalMatches out  parameter
+
+ * updateID out  parameter
+
+
+	 */
+	public void browse(
+		java.lang.String objectID,
+
+java.lang.String browseFlag,
+
+java.lang.String filter,
+
+long startingIndex,
+
+long requestedCount,
+
+java.lang.String sortCriteria,
+
+StringHolder result,
+
+LongHolder numberReturned,
+
+LongHolder totalMatches,
+
+LongHolder updateID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * containerID in  parameter
+
+ * searchCriteria in  parameter
+
+ * filter in  parameter
+
+ * startingIndex in  parameter
+
+ * requestedCount in  parameter
+
+ * sortCriteria in  parameter
+
+ * result out  parameter
+
+ * numberReturned out  parameter
+
+ * totalMatches out  parameter
+
+ * updateID out  parameter
+
+
+	 */
+	public void search(
+		java.lang.String containerID,
+
+java.lang.String searchCriteria,
+
+java.lang.String filter,
+
+long startingIndex,
+
+long requestedCount,
+
+java.lang.String sortCriteria,
+
+StringHolder result,
+
+LongHolder numberReturned,
+
+LongHolder totalMatches,
+
+LongHolder updateID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * containerID in  parameter
+
+ * elements in  parameter
+
+ * objectID out  parameter
+
+ * result out  parameter
+
+
+	 */
+	public void createObject(
+		java.lang.String containerID,
+
+java.lang.String elements,
+
+StringHolder objectID,
+
+StringHolder result
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * objectID in  parameter
+
+
+	 */
+	public void destroyObject(
+		java.lang.String objectID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * objectID in  parameter
+
+ * currentTagValue in  parameter
+
+ * newTagValue in  parameter
+
+
+	 */
+	public void updateObject(
+		java.lang.String objectID,
+
+java.lang.String currentTagValue,
+
+java.lang.String newTagValue
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * sourceURI in  parameter
+
+ * destinationURI in  parameter
+
+ * transferID out  parameter
+
+
+	 */
+	public void importResource(
+		java.lang.String sourceURI,
+
+java.lang.String destinationURI,
+
+LongHolder transferID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * sourceURI in  parameter
+
+ * destinationURI in  parameter
+
+ * transferID out  parameter
+
+
+	 */
+	public void exportResource(
+		java.lang.String sourceURI,
+
+java.lang.String destinationURI,
+
+LongHolder transferID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * transferID in  parameter
+
+
+	 */
+	public void stopTransferResource(
+		long transferID
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * transferID in  parameter
+
+ * transferStatus out  parameter
+
+ * transferLength out  parameter
+
+ * transferTotal out  parameter
+
+
+	 */
+	public void getTransferProgress(
+		long transferID,
+
+StringHolder transferStatus,
+
+StringHolder transferLength,
+
+StringHolder transferTotal
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * resourceURI in  parameter
+
+
+	 */
+	public void deleteResource(
+		java.lang.String resourceURI
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * containerID in  parameter
+
+ * objectID in  parameter
+
+ * newID out  parameter
+
+
+	 */
+	public void createReference(
+		java.lang.String containerID,
+
+java.lang.String objectID,
+
+StringHolder newID
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.String getTransferIDsStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.Long getSystemUpdateIDStateVariableValue(){
+			// TODO
+			return null;
+		}		
+		
+		public java.lang.String getContainerUpdateIDsStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

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

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/impl/RenderingControlModelImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/impl/RenderingControlModelImpl.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/impl/RenderingControlModelImpl.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/impl/RenderingControlModelImpl.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,692 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.media.impl;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+import org.apache.felix.upnp.devicegen.media.model.*;
+
+	
+public class RenderingControlModelImpl implements RenderingControlModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentPresetNameList out  parameter
+
+
+	 */
+	public void listPresets(
+		long instanceID,
+
+StringHolder currentPresetNameList
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * presetName in  parameter
+
+
+	 */
+	public void selectPreset(
+		long instanceID,
+
+java.lang.String presetName
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentBrightness out  parameter
+
+
+	 */
+	public void getBrightness(
+		long instanceID,
+
+IntegerHolder currentBrightness
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredBrightness in  parameter
+
+
+	 */
+	public void setBrightness(
+		long instanceID,
+
+int desiredBrightness
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentContrast out  parameter
+
+
+	 */
+	public void getContrast(
+		long instanceID,
+
+IntegerHolder currentContrast
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredContrast in  parameter
+
+
+	 */
+	public void setContrast(
+		long instanceID,
+
+int desiredContrast
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentSharpness out  parameter
+
+
+	 */
+	public void getSharpness(
+		long instanceID,
+
+IntegerHolder currentSharpness
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredSharpness in  parameter
+
+
+	 */
+	public void setSharpness(
+		long instanceID,
+
+int desiredSharpness
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentRedVideoGain out  parameter
+
+
+	 */
+	public void getRedVideoGain(
+		long instanceID,
+
+IntegerHolder currentRedVideoGain
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredRedVideoGain in  parameter
+
+
+	 */
+	public void setRedVideoGain(
+		long instanceID,
+
+int desiredRedVideoGain
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentGreenVideoGain out  parameter
+
+
+	 */
+	public void getGreenVideoGain(
+		long instanceID,
+
+IntegerHolder currentGreenVideoGain
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredGreenVideoGain in  parameter
+
+
+	 */
+	public void setGreenVideoGain(
+		long instanceID,
+
+int desiredGreenVideoGain
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentBlueVideoGain out  parameter
+
+
+	 */
+	public void getBlueVideoGain(
+		long instanceID,
+
+IntegerHolder currentBlueVideoGain
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredBlueVideoGain in  parameter
+
+
+	 */
+	public void setBlueVideoGain(
+		long instanceID,
+
+int desiredBlueVideoGain
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentRedVideoBlackLevel out  parameter
+
+
+	 */
+	public void getRedVideoBlackLevel(
+		long instanceID,
+
+IntegerHolder currentRedVideoBlackLevel
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredRedVideoBlackLevel in  parameter
+
+
+	 */
+	public void setRedVideoBlackLevel(
+		long instanceID,
+
+int desiredRedVideoBlackLevel
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentGreenVideoBlackLevel out  parameter
+
+
+	 */
+	public void getGreenVideoBlackLevel(
+		long instanceID,
+
+IntegerHolder currentGreenVideoBlackLevel
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredGreenVideoBlackLevel in  parameter
+
+
+	 */
+	public void setGreenVideoBlackLevel(
+		long instanceID,
+
+int desiredGreenVideoBlackLevel
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentBlueVideoBlackLevel out  parameter
+
+
+	 */
+	public void getBlueVideoBlackLevel(
+		long instanceID,
+
+IntegerHolder currentBlueVideoBlackLevel
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredBlueVideoBlackLevel in  parameter
+
+
+	 */
+	public void setBlueVideoBlackLevel(
+		long instanceID,
+
+int desiredBlueVideoBlackLevel
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentColorTemperature out  parameter
+
+
+	 */
+	public void getColorTemperature(
+		long instanceID,
+
+IntegerHolder currentColorTemperature
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredColorTemperature in  parameter
+
+
+	 */
+	public void setColorTemperature(
+		long instanceID,
+
+int desiredColorTemperature
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentHorizontalKeystone out  parameter
+
+
+	 */
+	public void getHorizontalKeystone(
+		long instanceID,
+
+IntegerHolder currentHorizontalKeystone
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredHorizontalKeystone in  parameter
+
+
+	 */
+	public void setHorizontalKeystone(
+		long instanceID,
+
+int desiredHorizontalKeystone
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentVerticalKeystone out  parameter
+
+
+	 */
+	public void getVerticalKeystone(
+		long instanceID,
+
+IntegerHolder currentVerticalKeystone
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredVerticalKeystone in  parameter
+
+
+	 */
+	public void setVerticalKeystone(
+		long instanceID,
+
+int desiredVerticalKeystone
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * currentMute out  parameter
+
+
+	 */
+	public void getMute(
+		long instanceID,
+
+java.lang.String channel,
+
+BooleanHolder currentMute
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * desiredMute in  parameter
+
+
+	 */
+	public void setMute(
+		long instanceID,
+
+java.lang.String channel,
+
+boolean desiredMute
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * currentVolume out  parameter
+
+
+	 */
+	public void getVolume(
+		long instanceID,
+
+java.lang.String channel,
+
+IntegerHolder currentVolume
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * desiredVolume in  parameter
+
+
+	 */
+	public void setVolume(
+		long instanceID,
+
+java.lang.String channel,
+
+int desiredVolume
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * currentVolume out  parameter
+
+
+	 */
+	public void getVolumeDB(
+		long instanceID,
+
+java.lang.String channel,
+
+IntegerHolder currentVolume
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * desiredVolume in  parameter
+
+
+	 */
+	public void setVolumeDB(
+		long instanceID,
+
+java.lang.String channel,
+
+int desiredVolume
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * minValue out  parameter
+
+ * maxValue out  parameter
+
+
+	 */
+	public void getVolumeDBRange(
+		long instanceID,
+
+java.lang.String channel,
+
+IntegerHolder minValue,
+
+IntegerHolder maxValue
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * currentLoudness out  parameter
+
+
+	 */
+	public void getLoudness(
+		long instanceID,
+
+java.lang.String channel,
+
+BooleanHolder currentLoudness
+	) {
+		// TODO
+	
+	}
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * desiredLoudness in  parameter
+
+
+	 */
+	public void setLoudness(
+		long instanceID,
+
+java.lang.String channel,
+
+boolean desiredLoudness
+	) {
+		// TODO
+	
+	}
+
+	
+
+	// Those getters are used for the first notification just after a subscription
+	
+		public java.lang.String getLastChangeStateVariableValue(){
+			// TODO
+			return null;
+		}		
+			
+}

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

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/AVTransportModel.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/AVTransportModel.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/AVTransportModel.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/AVTransportModel.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,362 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.media.model;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+
+	
+public interface AVTransportModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentURI in  parameter
+
+ * currentURIMetaData in  parameter
+
+
+	 */
+	public void setAVTransportURI(
+		long instanceID,
+
+java.lang.String currentURI,
+
+java.lang.String currentURIMetaData
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * nextURI in  parameter
+
+ * nextURIMetaData in  parameter
+
+
+	 */
+	public void setNextAVTransportURI(
+		long instanceID,
+
+java.lang.String nextURI,
+
+java.lang.String nextURIMetaData
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * nrTracks out  parameter
+
+ * mediaDuration out  parameter
+
+ * currentURI out  parameter
+
+ * currentURIMetaData out  parameter
+
+ * nextURI out  parameter
+
+ * nextURIMetaData out  parameter
+
+ * playMedium out  parameter
+
+ * recordMedium out  parameter
+
+ * writeStatus out  parameter
+
+
+	 */
+	public void getMediaInfo(
+		long instanceID,
+
+LongHolder nrTracks,
+
+StringHolder mediaDuration,
+
+StringHolder currentURI,
+
+StringHolder currentURIMetaData,
+
+StringHolder nextURI,
+
+StringHolder nextURIMetaData,
+
+StringHolder playMedium,
+
+StringHolder recordMedium,
+
+StringHolder writeStatus
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentTransportState out  parameter
+
+ * currentTransportStatus out  parameter
+
+ * currentSpeed out  parameter
+
+
+	 */
+	public void getTransportInfo(
+		long instanceID,
+
+StringHolder currentTransportState,
+
+StringHolder currentTransportStatus,
+
+StringHolder currentSpeed
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * track out  parameter
+
+ * trackDuration out  parameter
+
+ * trackMetaData out  parameter
+
+ * trackURI out  parameter
+
+ * relTime out  parameter
+
+ * absTime out  parameter
+
+ * relCount out  parameter
+
+ * absCount out  parameter
+
+
+	 */
+	public void getPositionInfo(
+		long instanceID,
+
+LongHolder track,
+
+StringHolder trackDuration,
+
+StringHolder trackMetaData,
+
+StringHolder trackURI,
+
+StringHolder relTime,
+
+StringHolder absTime,
+
+IntegerHolder relCount,
+
+IntegerHolder absCount
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * playMedia out  parameter
+
+ * recMedia out  parameter
+
+ * recQualityModes out  parameter
+
+
+	 */
+	public void getDeviceCapabilities(
+		long instanceID,
+
+StringHolder playMedia,
+
+StringHolder recMedia,
+
+StringHolder recQualityModes
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * playMode out  parameter
+
+ * recQualityMode out  parameter
+
+
+	 */
+	public void getTransportSettings(
+		long instanceID,
+
+StringHolder playMode,
+
+StringHolder recQualityMode
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+
+	 */
+	public void stop(
+		long instanceID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * speed in  parameter
+
+
+	 */
+	public void play(
+		long instanceID,
+
+java.lang.String speed
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+
+	 */
+	public void pause(
+		long instanceID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+
+	 */
+	public void record(
+		long instanceID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * unit in  parameter
+
+ * target in  parameter
+
+
+	 */
+	public void seek(
+		long instanceID,
+
+java.lang.String unit,
+
+java.lang.String target
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+
+	 */
+	public void next(
+		long instanceID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+
+	 */
+	public void previous(
+		long instanceID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * newPlayMode in  parameter
+
+
+	 */
+	public void setPlayMode(
+		long instanceID,
+
+java.lang.String newPlayMode
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * newRecordQualityMode in  parameter
+
+
+	 */
+	public void setRecordQualityMode(
+		long instanceID,
+
+java.lang.String newRecordQualityMode
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * actions out  parameter
+
+
+	 */
+	public void getCurrentTransportActions(
+		long instanceID,
+
+StringHolder actions
+	);
+	// 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 getLastChangeStateVariableValue();		
+			
+}

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

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/ConnectionManagerModel.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/ConnectionManagerModel.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/ConnectionManagerModel.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/ConnectionManagerModel.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,138 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.media.model;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+
+	
+public interface ConnectionManagerModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * source out  parameter
+
+ * sink out  parameter
+
+
+	 */
+	public void getProtocolInfo(
+		StringHolder source,
+
+StringHolder sink
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * remoteProtocolInfo in  parameter
+
+ * peerConnectionManager in  parameter
+
+ * peerConnectionID in  parameter
+
+ * direction in  parameter
+
+ * connectionID out  parameter
+
+ * aVTransportID out  parameter
+
+ * rcsID out  parameter
+
+
+	 */
+	public void prepareForConnection(
+		java.lang.String remoteProtocolInfo,
+
+java.lang.String peerConnectionManager,
+
+int peerConnectionID,
+
+java.lang.String direction,
+
+IntegerHolder connectionID,
+
+IntegerHolder aVTransportID,
+
+IntegerHolder rcsID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * connectionID in  parameter
+
+
+	 */
+	public void connectionComplete(
+		int connectionID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * connectionIDs out  parameter
+
+
+	 */
+	public void getCurrentConnectionIDs(
+		StringHolder connectionIDs
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * connectionID in  parameter
+
+ * rcsID out  parameter
+
+ * aVTransportID out  parameter
+
+ * protocolInfo out  parameter
+
+ * peerConnectionManager out  parameter
+
+ * peerConnectionID out  parameter
+
+ * direction out  parameter
+
+ * status out  parameter
+
+
+	 */
+	public void getCurrentConnectionInfo(
+		int connectionID,
+
+IntegerHolder rcsID,
+
+IntegerHolder aVTransportID,
+
+StringHolder protocolInfo,
+
+StringHolder peerConnectionManager,
+
+IntegerHolder peerConnectionID,
+
+StringHolder direction,
+
+StringHolder status
+	);
+	// 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 getSourceProtocolInfoStateVariableValue();		
+		
+		public java.lang.String getSinkProtocolInfoStateVariableValue();		
+		
+		public java.lang.String getCurrentConnectionIDsStateVariableValue();		
+			
+}

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

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/ContentDirectoryModel.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/ContentDirectoryModel.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/ContentDirectoryModel.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/ContentDirectoryModel.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,318 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.media.model;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+
+	
+public interface ContentDirectoryModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * searchCaps out  parameter
+
+
+	 */
+	public void getSearchCapabilities(
+		StringHolder searchCaps
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * sortCaps out  parameter
+
+
+	 */
+	public void getSortCapabilities(
+		StringHolder sortCaps
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * id out  parameter
+
+
+	 */
+	public void getSystemUpdateID(
+		LongHolder id
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * objectID in  parameter
+
+ * browseFlag in  parameter
+
+ * filter in  parameter
+
+ * startingIndex in  parameter
+
+ * requestedCount in  parameter
+
+ * sortCriteria in  parameter
+
+ * result out  parameter
+
+ * numberReturned out  parameter
+
+ * totalMatches out  parameter
+
+ * updateID out  parameter
+
+
+	 */
+	public void browse(
+		java.lang.String objectID,
+
+java.lang.String browseFlag,
+
+java.lang.String filter,
+
+long startingIndex,
+
+long requestedCount,
+
+java.lang.String sortCriteria,
+
+StringHolder result,
+
+LongHolder numberReturned,
+
+LongHolder totalMatches,
+
+LongHolder updateID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * containerID in  parameter
+
+ * searchCriteria in  parameter
+
+ * filter in  parameter
+
+ * startingIndex in  parameter
+
+ * requestedCount in  parameter
+
+ * sortCriteria in  parameter
+
+ * result out  parameter
+
+ * numberReturned out  parameter
+
+ * totalMatches out  parameter
+
+ * updateID out  parameter
+
+
+	 */
+	public void search(
+		java.lang.String containerID,
+
+java.lang.String searchCriteria,
+
+java.lang.String filter,
+
+long startingIndex,
+
+long requestedCount,
+
+java.lang.String sortCriteria,
+
+StringHolder result,
+
+LongHolder numberReturned,
+
+LongHolder totalMatches,
+
+LongHolder updateID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * containerID in  parameter
+
+ * elements in  parameter
+
+ * objectID out  parameter
+
+ * result out  parameter
+
+
+	 */
+	public void createObject(
+		java.lang.String containerID,
+
+java.lang.String elements,
+
+StringHolder objectID,
+
+StringHolder result
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * objectID in  parameter
+
+
+	 */
+	public void destroyObject(
+		java.lang.String objectID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * objectID in  parameter
+
+ * currentTagValue in  parameter
+
+ * newTagValue in  parameter
+
+
+	 */
+	public void updateObject(
+		java.lang.String objectID,
+
+java.lang.String currentTagValue,
+
+java.lang.String newTagValue
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * sourceURI in  parameter
+
+ * destinationURI in  parameter
+
+ * transferID out  parameter
+
+
+	 */
+	public void importResource(
+		java.lang.String sourceURI,
+
+java.lang.String destinationURI,
+
+LongHolder transferID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * sourceURI in  parameter
+
+ * destinationURI in  parameter
+
+ * transferID out  parameter
+
+
+	 */
+	public void exportResource(
+		java.lang.String sourceURI,
+
+java.lang.String destinationURI,
+
+LongHolder transferID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * transferID in  parameter
+
+
+	 */
+	public void stopTransferResource(
+		long transferID
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * transferID in  parameter
+
+ * transferStatus out  parameter
+
+ * transferLength out  parameter
+
+ * transferTotal out  parameter
+
+
+	 */
+	public void getTransferProgress(
+		long transferID,
+
+StringHolder transferStatus,
+
+StringHolder transferLength,
+
+StringHolder transferTotal
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * resourceURI in  parameter
+
+
+	 */
+	public void deleteResource(
+		java.lang.String resourceURI
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * containerID in  parameter
+
+ * objectID in  parameter
+
+ * newID out  parameter
+
+
+	 */
+	public void createReference(
+		java.lang.String containerID,
+
+java.lang.String objectID,
+
+StringHolder newID
+	);
+	// 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 getTransferIDsStateVariableValue();		
+		
+		public java.lang.Long getSystemUpdateIDStateVariableValue();		
+		
+		public java.lang.String getContainerUpdateIDsStateVariableValue();		
+			
+}

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

Added: incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/RenderingControlModel.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/RenderingControlModel.java?view=auto&rev=533875
==============================================================================
--- incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/RenderingControlModel.java (added)
+++ incubator/felix/sandbox/donsez/upnp.devicegen/src/main/java/org/apache/felix/upnp/devicegen/media/model/RenderingControlModel.java Mon Apr 30 16:15:05 2007
@@ -0,0 +1,618 @@
+
+/*
+__BANNER__
+*/
+// this file was generated at 1-May-2007 12:59 AM by ${author}
+package org.apache.felix.upnp.devicegen.media.model;
+
+import org.apache.felix.upnp.devicegen.holder.*;
+
+	
+public interface RenderingControlModel {		
+	
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentPresetNameList out  parameter
+
+
+	 */
+	public void listPresets(
+		long instanceID,
+
+StringHolder currentPresetNameList
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * presetName in  parameter
+
+
+	 */
+	public void selectPreset(
+		long instanceID,
+
+java.lang.String presetName
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentBrightness out  parameter
+
+
+	 */
+	public void getBrightness(
+		long instanceID,
+
+IntegerHolder currentBrightness
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredBrightness in  parameter
+
+
+	 */
+	public void setBrightness(
+		long instanceID,
+
+int desiredBrightness
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentContrast out  parameter
+
+
+	 */
+	public void getContrast(
+		long instanceID,
+
+IntegerHolder currentContrast
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredContrast in  parameter
+
+
+	 */
+	public void setContrast(
+		long instanceID,
+
+int desiredContrast
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentSharpness out  parameter
+
+
+	 */
+	public void getSharpness(
+		long instanceID,
+
+IntegerHolder currentSharpness
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredSharpness in  parameter
+
+
+	 */
+	public void setSharpness(
+		long instanceID,
+
+int desiredSharpness
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentRedVideoGain out  parameter
+
+
+	 */
+	public void getRedVideoGain(
+		long instanceID,
+
+IntegerHolder currentRedVideoGain
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredRedVideoGain in  parameter
+
+
+	 */
+	public void setRedVideoGain(
+		long instanceID,
+
+int desiredRedVideoGain
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentGreenVideoGain out  parameter
+
+
+	 */
+	public void getGreenVideoGain(
+		long instanceID,
+
+IntegerHolder currentGreenVideoGain
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredGreenVideoGain in  parameter
+
+
+	 */
+	public void setGreenVideoGain(
+		long instanceID,
+
+int desiredGreenVideoGain
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentBlueVideoGain out  parameter
+
+
+	 */
+	public void getBlueVideoGain(
+		long instanceID,
+
+IntegerHolder currentBlueVideoGain
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredBlueVideoGain in  parameter
+
+
+	 */
+	public void setBlueVideoGain(
+		long instanceID,
+
+int desiredBlueVideoGain
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentRedVideoBlackLevel out  parameter
+
+
+	 */
+	public void getRedVideoBlackLevel(
+		long instanceID,
+
+IntegerHolder currentRedVideoBlackLevel
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredRedVideoBlackLevel in  parameter
+
+
+	 */
+	public void setRedVideoBlackLevel(
+		long instanceID,
+
+int desiredRedVideoBlackLevel
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentGreenVideoBlackLevel out  parameter
+
+
+	 */
+	public void getGreenVideoBlackLevel(
+		long instanceID,
+
+IntegerHolder currentGreenVideoBlackLevel
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredGreenVideoBlackLevel in  parameter
+
+
+	 */
+	public void setGreenVideoBlackLevel(
+		long instanceID,
+
+int desiredGreenVideoBlackLevel
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentBlueVideoBlackLevel out  parameter
+
+
+	 */
+	public void getBlueVideoBlackLevel(
+		long instanceID,
+
+IntegerHolder currentBlueVideoBlackLevel
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredBlueVideoBlackLevel in  parameter
+
+
+	 */
+	public void setBlueVideoBlackLevel(
+		long instanceID,
+
+int desiredBlueVideoBlackLevel
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentColorTemperature out  parameter
+
+
+	 */
+	public void getColorTemperature(
+		long instanceID,
+
+IntegerHolder currentColorTemperature
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredColorTemperature in  parameter
+
+
+	 */
+	public void setColorTemperature(
+		long instanceID,
+
+int desiredColorTemperature
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentHorizontalKeystone out  parameter
+
+
+	 */
+	public void getHorizontalKeystone(
+		long instanceID,
+
+IntegerHolder currentHorizontalKeystone
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredHorizontalKeystone in  parameter
+
+
+	 */
+	public void setHorizontalKeystone(
+		long instanceID,
+
+int desiredHorizontalKeystone
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * currentVerticalKeystone out  parameter
+
+
+	 */
+	public void getVerticalKeystone(
+		long instanceID,
+
+IntegerHolder currentVerticalKeystone
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * desiredVerticalKeystone in  parameter
+
+
+	 */
+	public void setVerticalKeystone(
+		long instanceID,
+
+int desiredVerticalKeystone
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * currentMute out  parameter
+
+
+	 */
+	public void getMute(
+		long instanceID,
+
+java.lang.String channel,
+
+BooleanHolder currentMute
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * desiredMute in  parameter
+
+
+	 */
+	public void setMute(
+		long instanceID,
+
+java.lang.String channel,
+
+boolean desiredMute
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * currentVolume out  parameter
+
+
+	 */
+	public void getVolume(
+		long instanceID,
+
+java.lang.String channel,
+
+IntegerHolder currentVolume
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * desiredVolume in  parameter
+
+
+	 */
+	public void setVolume(
+		long instanceID,
+
+java.lang.String channel,
+
+int desiredVolume
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * currentVolume out  parameter
+
+
+	 */
+	public void getVolumeDB(
+		long instanceID,
+
+java.lang.String channel,
+
+IntegerHolder currentVolume
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * desiredVolume in  parameter
+
+
+	 */
+	public void setVolumeDB(
+		long instanceID,
+
+java.lang.String channel,
+
+int desiredVolume
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * minValue out  parameter
+
+ * maxValue out  parameter
+
+
+	 */
+	public void getVolumeDBRange(
+		long instanceID,
+
+java.lang.String channel,
+
+IntegerHolder minValue,
+
+IntegerHolder maxValue
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * currentLoudness out  parameter
+
+
+	 */
+	public void getLoudness(
+		long instanceID,
+
+java.lang.String channel,
+
+BooleanHolder currentLoudness
+	);
+	// TODO return the type of the return argument when specified
+
+
+	/**
+	 * This method is "add description here"	
+ * instanceID in  parameter
+
+ * channel in  parameter
+
+ * desiredLoudness in  parameter
+
+
+	 */
+	public void setLoudness(
+		long instanceID,
+
+java.lang.String channel,
+
+boolean desiredLoudness
+	);
+	// 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 getLastChangeStateVariableValue();		
+			
+}

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