package opc.ua.services.common;

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

public class SimpleAttributeOperand {

	private NodeId typeId;
	private QualifiedName[] browsePath;
	/** IntegerId */
	private Integer attributeId;
	private NumericRange indexRange;
	
}
