package opc.ua.services.common;

import opc.ua.addressspace.datatypes.NodeId;
import opc.ua.addressspace.datatypes.QualifiedName;

public class ReadValueId {

	private NodeId nodeId;
	/** IntegerId */
	private Integer attributeId;
	private NumericRange indexRange;
	private QualifiedName dataEncoding;

}
